refactored some stuff
This commit is contained in:
parent
85b089d958
commit
b7f1b05b8e
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
|
||||
|
||||
fzfComp=""
|
||||
fzfKeyb=""
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue