Skip to content

Commit

Permalink
Tweak exa aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
sQVe committed Mar 19, 2021
1 parent 25d8dc9 commit b5cc48e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions config/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ┗━┓┃ ┃┃ ┃┣┳┛┃ ┣╸
# ┗━┛┗━┛┗━┛╹┗╸┗━╸┗━╸

zstyle ':zim' disable-version-check yes
zstyle ':zim:completion' dumpfile "$XDG_CACHE_HOME/.zcompdump"
zstyle ':zim:git' aliases-prefix 'g'
zstyle ':zim:input' double-dot-expand yes
Expand Down Expand Up @@ -176,9 +177,10 @@ alias -g V='| nvim'

# Listing.
alias exa='exa --group-directories-first --color=auto'
alias la='exa -la'
alias ll='exa -l'
alias la='exa -la --git'
alias ll='exa -l --git'
alias ls='exa'
alias lt='exa -la -T'

# State.
alias i3exit='state exit'
Expand Down
2 changes: 1 addition & 1 deletion mailcap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Replicate xdg/ranger mime settings for applications that use mailcap.
# Replicate mime settings for applications that use mailcap.

audio/*; mpv %s; copiousoutput
image/gif; feh -a %s; copiousoutput
Expand Down

0 comments on commit b5cc48e

Please sign in to comment.