updated stuff

This commit is contained in:
Nikolas Weger 2020-07-13 12:02:33 +02:00
parent 839240318e
commit ebf2af0fe1
2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,7 @@ if [[ $os == "arch" ]]; then
fzfKeyb="/usr/share/fzf/key-bindings.zsh"
fi
if [[ $os == "debian" || $os == "ubuntu" ]]; then
if [[ $os == "debian" || $os == "ubuntu" || $os == "kali" ]]; then
fzfComp="/usr/share/doc/fzf/examples/completion.zsh"
fzfKeyb="/usr/share/doc/fzf/examples/key-bindings.zsh"
fi