diff --git a/home/.config/zsh/01-env.zsh b/home/.config/zsh/01-env.zsh index 94108d64..a32de6b8 100644 --- a/home/.config/zsh/01-env.zsh +++ b/home/.config/zsh/01-env.zsh @@ -19,6 +19,12 @@ setopt HIST_REDUCE_BLANKS setopt INC_APPEND_HISTORY_TIME setopt EXTENDED_HISTORY +# Enable completions for aliases +setopt complete_aliases + +# Use exa completions for ls +compdef ls='exa' + # Variable to pass to sdotdrop to get current user export USRNAME=$USER