From a66afa50b53444e50c06f829ef5c89f219d3492a Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 15 Sep 2024 13:01:13 +0100 Subject: darwin/zsh: Alias ‘lsh’ to use ‘gls’ when possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles-darwin/zsh/rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dotfiles-darwin') diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index bf2e952..7d01b7e 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -4,13 +4,13 @@ autoload -Uz vault alias df='df -Ph' alias ls='ls -G' -alias lsh='du -a | sort -h' alias pbclear='pbcopy