mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-14 20:39:22 +01:00
d5e32f1d58
It's only one colour that isn't even so nice. Process bar works with aptitude too. git needs sanity checks.
12 lines
699 B
Bash
12 lines
699 B
Bash
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
|
|
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
|
|
|