From ebf2af0fe1751fc71bac311b29db4cc2283e5b17 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Mon, 13 Jul 2020 12:02:33 +0200 Subject: [PATCH] updated stuff --- install | 3 --- zsh/plgs/fzf.zsh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/install b/install index 2d2d16a..0fff686 100755 --- a/install +++ b/install @@ -5,8 +5,5 @@ sudo cp ${HOME}/.config/dotfiles/copy/gitconfig /etc/gitconfig echo ">>> Copying Gitignore - Please Wait! <<<" sudo cp ${HOME}/.config/dotfiles/copy/gitignore /etc/gitignore -echo ">>> Copying SSH Config - Please Wait! <<<" -sudo cp ${HOME}/.config/dotfiles/copy/sshconfig /etc/ssh/ssh_config - echo ">>> Copying ZSH Environment File - Please Wait! <<<" cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv diff --git a/zsh/plgs/fzf.zsh b/zsh/plgs/fzf.zsh index 8041073..86cef88 100644 --- a/zsh/plgs/fzf.zsh +++ b/zsh/plgs/fzf.zsh @@ -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