From 17d5f59387bd5caa2c987808e7488cbeafaa9cc5 Mon Sep 17 00:00:00 2001 From: GabriWar <72227489+GabriWar@users.noreply.github.com> Date: Tue, 16 Nov 2021 23:32:35 -0300 Subject: [PATCH] exa added :) --- .config/zsh/.zshrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5b90ba20..5551779d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -92,9 +92,9 @@ plugins=(git) # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' +# export EDITOR='micro' # else -# export EDITOR='mvim' +# export EDITOR='micro' # fi # Compilation flags @@ -104,7 +104,10 @@ plugins=(git) # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run `alias`. -# + +alias ls="exa -la --icons" + + # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh"