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