updated stuff
This commit is contained in:
parent
160dd5e3e7
commit
ebd07d1b63
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,6 @@ if [[ -r "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
|||
source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
|
||||
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
|
||||
|
||||
source $ZDOTDIR/exports.zsh
|
||||
source $ZDOTDIR/dircolor.zsh
|
||||
|
||||
|
|
|
@ -15,4 +15,6 @@ export path=($path $GEM_HOME/bin)
|
|||
|
||||
#share
|
||||
export share="/usr/share"
|
||||
export fzf="$share/fzf"
|
||||
|
||||
#stuff
|
||||
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
|
||||
|
|
Loading…
Add table
Reference in a new issue