mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-02 07:44:03 +01:00
zsh_aliases: Removed annoying aliases which spammed my autofilling.
This commit is contained in:
parent
79e4cf3eae
commit
0dd2b23889
@ -7,11 +7,6 @@ alias sudo="sudo "
|
|||||||
alias ..="cd .."
|
alias ..="cd .."
|
||||||
alias .="cd ."
|
alias .="cd ."
|
||||||
|
|
||||||
# As you can see, I don't use/like Vi(m) :)
|
|
||||||
alias editor="nano"
|
|
||||||
alias vi="nano"
|
|
||||||
alias vim="nano"
|
|
||||||
|
|
||||||
# Use htop instead of top, it's better. Requires htop.
|
# Use htop instead of top, it's better. Requires htop.
|
||||||
alias top="htop"
|
alias top="htop"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user