shell-things/.zsh_aliases.MKAYSIGREP

6 lines
246 B
Plaintext
Raw Normal View History

2012-12-21 13:50:51 +01: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 10:13:02 +02:00