X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fzsh%2Frc;h=660430cc3789504c5433c4da0969c8927166a5c8;hp=99e46af4cee67038b5aba1129637b555fca12e06;hb=dab786b7775766e62acd77e57794d8425a5e6e35;hpb=4feb6907a365f3dd19f246563c17656a7bc22f90 diff --git a/shell/zsh/rc b/shell/zsh/rc index 99e46af..660430c 100644 --- a/shell/zsh/rc +++ b/shell/zsh/rc @@ -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 ...='../..'