]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/zsh/rc
zsh/rc: prepend "--" in X alias
[config/dotfiles.git] / shell / zsh / rc
index 99e46af4cee67038b5aba1129637b555fca12e06..660430cc3789504c5433c4da0969c8927166a5c8 100644 (file)
@@ -799,7 +799,6 @@ bindkey '^F' complete-files
 compdef slocate=locate
 compdef srsync=rsync
 compdef srsync-incremental=rsync
-compdef svalgrind=valgrind
 compdef sc=systemctl
 
 
@@ -856,7 +855,7 @@ alias -g S='| sort'
 alias -g SL='| sort | less'
 alias -g T='| tail'
 alias -g U='| uniq'
-alias -g X='`xsel -p || xclip -o`' # X selection
+alias -g X='-- "$(xsel -p || xclip -o)"' # X selection
 
 # Make going up directories simple.
 alias -g ...='../..'