diff options
Diffstat (limited to 'user-profiles/zsh/zshrc')
-rw-r--r-- | user-profiles/zsh/zshrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/user-profiles/zsh/zshrc b/user-profiles/zsh/zshrc index ed614182..af3aca64 100644 --- a/user-profiles/zsh/zshrc +++ b/user-profiles/zsh/zshrc | |||
@@ -33,9 +33,3 @@ zle -N self-insert url-quote-magic | |||
33 | zle -N bracketed-paste bracketed-paste-magic | 33 | zle -N bracketed-paste bracketed-paste-magic |
34 | 34 | ||
35 | setopt extended_glob | 35 | setopt extended_glob |
36 | |||
37 | alias -g L='| less' | ||
38 | alias -g S='&> /dev/null' | ||
39 | alias -g G='| grep' | ||
40 | alias -g B='&> /dev/null &' | ||
41 | alias -g BB='&> /dev/null &!' | ||