diff options
Diffstat (limited to 'accounts/gkleen@sif')
| -rw-r--r-- | accounts/gkleen@sif/zshrc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 0772b88b..16079c89 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
| @@ -422,11 +422,11 @@ swap() { | |||
| 422 | } | 422 | } | 
| 423 | 423 | ||
| 424 | ls() { | 424 | ls() { | 
| 425 | exa --all --group-directories-first $@ | less --mouse -FR | 425 | exa --all --group-directories-first --colour=always $@ | less --mouse -FR | 
| 426 | } | 426 | } | 
| 427 | 427 | ||
| 428 | l() { | 428 | l() { | 
| 429 | ls --long --binary --git --time-style=iso --header | 429 | ls --long --binary --git --time-style=iso --header $@ | 
| 430 | } | 430 | } | 
| 431 | 431 | ||
| 432 | re() { | 432 | re() { | 
