From b7f1b05b8e516bca32077f153f19397c0636a3bf Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 4 Sep 2020 21:01:41 +0200 Subject: [PATCH] refactored some stuff --- zsh/files/fzf.zsh | 2 ++ zsh/rc.zsh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/zsh/files/fzf.zsh b/zsh/files/fzf.zsh index 86cef88..2ddf082 100644 --- a/zsh/files/fzf.zsh +++ b/zsh/files/fzf.zsh @@ -1,3 +1,5 @@ +export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) + fzfComp="" fzfKeyb="" diff --git a/zsh/rc.zsh b/zsh/rc.zsh index b05d6b4..45309f1 100644 --- a/zsh/rc.zsh +++ b/zsh/rc.zsh @@ -1,9 +1,6 @@ export path=($path $HOME/.config/dotfiles/bin) export fpath=($fpath $ZDOTDIR/local/fpath) -export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2) -export wsl=$(uname -r | cut -d'-' -f3) - source "$ZDOTDIR/dircolor.zsh" source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh