about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/zsh/zshrc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shell/zsh/zshrc.nix b/modules/shell/zsh/zshrc.nix
index 607a52558b01..6ec4a8802ca4 100644
--- a/modules/shell/zsh/zshrc.nix
+++ b/modules/shell/zsh/zshrc.nix
@@ -178,6 +178,7 @@ fi
 
 # Aliases
 alias beep='printf "\a"'
+alias df='df -h'
 alias gdb='gdb -q'
 alias ip='ip -c=auto'
 alias ls=${lib.escapeShellArg (if stdenv.isDarwin then