global_aliases (213B)
1 #!/bin/zsh 2 alias -g VV=' |& vim -' 3 alias -g LL=' |& less' 4 alias -g GG=' |& grep' 5 alias -g WW=' |& wc -l' 6 7 if [[ -n "$WAYLAND_DISPLAY" ]]; then 8 alias -g CC=' |& wl-copy' 9 else 10 alias -g CC=' |& xclip -sel clip' 11 fi