shell-things/.zsh_aliases.MKAYSIGREP
Mikaela Suomalainen d5e32f1d58 aliasing aptitude to something else doesn't make sense.
It's only one colour that isn't even so nice. Process bar works with
aptitude too.

git needs sanity checks.
2014-04-21 18:26:21 +03:00

13 lines
732 B
Plaintext

alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
alias netcat="ncat " # MKAYSIGREP # MKAYSIGREPALIAS
alias usewithtor="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
alias torsocks="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
alias proxychains="proxychains " # MKAYSIGREP MKAYSIGREPALIAS
alias checkinstall="make install " # MKAYSIGREP MKAYSIGREPALIAS
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
alias wget="echo Running curl -LO instead of wget && curl -LO " # MKAYSIGREP # MKAYSIGREPALIAS
#alias aptitude='echo "You might want to try apt-* instead..."' #MKAYSIGREP #MKAYSIGREPALIAS