X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=shell%2Fzsh%2Frc;h=660430cc3789504c5433c4da0969c8927166a5c8;hp=0f6e2e09dae0dffc6cfd6c728a3e581084f8b722;hb=dab786b7775766e62acd77e57794d8425a5e6e35;hpb=72162f6e416f8600a9e976fb04e382eb4097d0e0;ds=sidebyside diff --git a/shell/zsh/rc b/shell/zsh/rc index 0f6e2e0..660430c 100644 --- a/shell/zsh/rc +++ b/shell/zsh/rc @@ -855,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 ...='../..'