diff options
author | Alan Pearce | 2015-04-03 16:21:25 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-03 16:21:25 +0100 |
commit | e4a2085354718f94c483e6d87c5fc2261287a8ee (patch) | |
tree | e29166e241ee47a2a5092a182d11089322485bb6 /tag-zsh | |
parent | 4f018fb03b873f649eafeed16186fd791b55a1a8 (diff) | |
download | nixfiles-e4a2085354718f94c483e6d87c5fc2261287a8ee.tar.lz nixfiles-e4a2085354718f94c483e6d87c5fc2261287a8ee.tar.zst nixfiles-e4a2085354718f94c483e6d87c5fc2261287a8ee.zip |
zsh: Fix E alias
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 3e4c7e8f..fa2a2beb 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -260,7 +260,7 @@ alias pping="prettyping.sh" alias trans="transmission-remote transmission.home" alias bitcoin="bitcoind" alias su="smart_sudo " -alias E="SUDO_EDITOR=\emacsclient -c -a emacs\" sudoedit" +alias E="SUDO_EDITOR=\"emacsclient -c -a emacs\" sudoedit" alias wprop='xprop |awk '\'' /^WM_CLASS/{sub(/.* =/, "instance:"); sub(/,/, "\nclass:"); print} /^WM_NAME/{sub(/.* =/, "title:"); print} |