shell-things/.zsh_aliases.MKAYSIGREP

6 lines
246 B
Plaintext
Raw Normal View History

2012-12-21 14:50:51 +02:00
alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
2014-04-21 11:13:02 +03:00