refactored some stuff

This commit is contained in:
Nikolas Weger 2020-09-04 21:01:41 +02:00
parent 85b089d958
commit b7f1b05b8e
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,5 @@
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
fzfComp=""
fzfKeyb=""

View file

@ -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