diff options
author | Alan Pearce | 2013-09-15 18:15:11 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-15 18:15:11 +0100 |
commit | f5456c0c3cf3e889b5995e711223f3d9f07cd96f (patch) | |
tree | a055ccbe902ae21390572cffe20284a1e9736965 /zsh | |
parent | 4315126ae683a32d3310f565629309c98cd11f97 (diff) | |
download | nixfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.tar.lz nixfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.tar.zst nixfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.zip |
zsh: Remove unused aticonfig alias
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index bbfa9301..4cfd638e 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -303,7 +303,6 @@ alias bitcoin="bitcoind" alias su="smart_sudo " alias e="$EDITOR" alias E="SUDO_EDITOR=\emacsclient -c -a emacs\" sudoedit" -alias aticonfig="DISPLAY=:0 \aticonfig" alias wprop='xprop |awk '\'' /^WM_CLASS/{sub(/.* =/, "instance:"); sub(/,/, "\nclass:"); print} /^WM_NAME/{sub(/.* =/, "title:"); print} |