ZSH Config: add ease of life aliases
This commit is contained in:
parent
d722430c2f
commit
8cfb474d1b
1 changed files with 9 additions and 0 deletions
|
@ -51,6 +51,15 @@ bindkey '^[[1;5C' forward-word #
|
|||
####################################################################################################################################################
|
||||
|
||||
|
||||
####################################################################################################################################################
|
||||
# Alias section
|
||||
####################################################################################################################################################
|
||||
alias cp="cp -i" # Confirm before overwriting something
|
||||
alias df='df -h' # Human-readable sizes
|
||||
alias free='free -m' # Show sizes in MB
|
||||
####################################################################################################################################################
|
||||
|
||||
|
||||
####################################################################################################################################################
|
||||
# Theming section
|
||||
####################################################################################################################################################
|
||||
|
|
Loading…
Reference in a new issue