mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-19 09:49:21 +01:00
6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
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
|
|
|