diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index deef1ef..d370e91 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -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 ####################################################################################################################################################