From 8cfb474d1b8bda747d31c599fe1b194e6a9869d9 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 19 Jan 2025 23:25:01 +0100 Subject: [PATCH] ZSH Config: add ease of life aliases --- Configs/ZSHShell/.zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ####################################################################################################################################################