summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-09-15 18:15:11 +0100
committerAlan Pearce2013-09-15 18:15:11 +0100
commitf5456c0c3cf3e889b5995e711223f3d9f07cd96f (patch)
treea055ccbe902ae21390572cffe20284a1e9736965
parent4315126ae683a32d3310f565629309c98cd11f97 (diff)
downloaddotfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.tar.lz
dotfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.tar.zst
dotfiles-f5456c0c3cf3e889b5995e711223f3d9f07cd96f.zip
zsh: Remove unused aticonfig alias
-rwxr-xr-xzsh/zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index bbfa930..4cfd638 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}