Add .config/zsh-abbr/user-abbreviations
Update .config/zsh/env.zsh Update .config/zsh/files/evalstuff.zsh Remove .local/share/zsh/env.zsh.age
This commit is contained in:
parent
5e4c2c1577
commit
61c509bf7f
4 changed files with 11 additions and 14 deletions
|
@ -38,13 +38,14 @@ export DSTASK_GIT_REPO="$XDG_DATA_HOME"/dstask
|
|||
export WAKATIME_HOME="$XDG_DATA_HOME"/wakatime
|
||||
export WINEPREFIX="$XDG_DATA_HOME"/wine
|
||||
#export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
||||
export W3M_DIR="$XDG_DATA_HOME"/w3m
|
||||
|
||||
# other programs
|
||||
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
|
||||
export EDITOR=nvim
|
||||
export VISUAL="subl -w"
|
||||
export ZSH_WAKATIME_BIN=/usr/bin/wakatime
|
||||
export PYTHONSTARTUP="/etc/python/pythonrc"
|
||||
export PYTHONSTARTUP=/etc/python/pythonrc
|
||||
|
||||
# stuff
|
||||
export ZELLIJ_AUTO_ATTACH=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# starship
|
||||
# _evalcache starship init zsh --print-full-init
|
||||
#_evalcache starship init zsh --print-full-init
|
||||
|
||||
# ohmyposh
|
||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue