From 820b835aa31b56d48aa2d6aa29599c816c6eb928 Mon Sep 17 00:00:00 2001 From: eneller Date: Sat, 19 Feb 2022 14:41:29 +0100 Subject: [PATCH] remove space to fix la --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f4a448f..ab56bfd 100644 --- a/.zshrc +++ b/.zshrc @@ -66,7 +66,7 @@ alias df='df -h' # Human-rea alias free='free -m' alias vi='nvim' # Show sizes in MB alias ll='ls -l' -alias la= 'ls -a' +alias la='ls -a' # Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert' alias notify='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' #Add a "dotfiles" alias for .dotfile git repo