Use exa completions for aliased ls
This commit is contained in:
parent
c6639a9491
commit
fcc5cc64de
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue