Use exa completions for aliased ls

This commit is contained in:
Marko Korhonen 2021-09-06 13:01:34 +03:00
parent c6639a9491
commit fcc5cc64de

View file

@ -19,6 +19,12 @@ setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY_TIME setopt INC_APPEND_HISTORY_TIME
setopt EXTENDED_HISTORY 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 # Variable to pass to sdotdrop to get current user
export USRNAME=$USER export USRNAME=$USER