From da91f1ec8283567c8901e649830620385e374965 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 17 May 2020 09:32:30 +0100 Subject: ~ls -> exa exa seems like a nicer, faster program. Also rust replacements --- Shell/.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Shell/.zshrc b/Shell/.zshrc index 603e2f2..e0c0a11 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -4,8 +4,10 @@ alias vim="nvim" alias clip="xclip -sel clip" alias paste="xclip -o" -alias ls="ls --color=auto" -alias l="ls -la" +alias exa="exa --color=always --group-directories-first" +alias ls="exa" +alias lt="exa -T" +alias l="exa -al" alias md="mkdir" alias fzf="fzf --layout=reverse --height=20" alias suctl="systemctl --user" -- cgit v1.2.3-13-gbd6f