Use exa completions for aliased ls

This commit is contained in:
Marko Korhonen 2021-09-06 13:01:34 +03:00
parent 1b9eb3a6e1
commit 3f95366a5f

View file

@ -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