This commit is contained in:
Rodolphe Breard 2020-10-01 22:30:47 +02:00
parent 8487dcf2fb
commit 7cbc6ff026

4
.zshrc
View file

@ -47,6 +47,10 @@ fi
# Compose key # Compose key
[ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh [ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh
# skim
[ -f "/usr/share/skim/key-bindings.zsh" ] && . /usr/share/skim/key-bindings.zsh
[ -f "/usr/share/skim/completion.zsh" ] && . /usr/share/skim/completion.zsh
# Pew # Pew
hash pew 2>/dev/null && source $(pew shell_config) hash pew 2>/dev/null && source $(pew shell_config)