config: small path adjustments
This commit is contained in:
parent
1925e5ba4e
commit
de2141177a
|
@ -59,6 +59,7 @@ autocmd BufNewFile *.sh,$HOME/.local/bin/* execute 'silent! 1s/.*/#!\/bin\/sh\r\
|
|||
|
||||
set spelllang=en_us,de_de
|
||||
autocmd BufEnter *.txt setlocal ts=4 sw=4 formatoptions+=t
|
||||
autocmd BufEnter *jrnl*.txt setlocal formatoptions+=a
|
||||
autocmd FileType markdown setlocal wrap spell colorcolumn= " Spell checking & no guiding columns in markdown
|
||||
|
||||
" Center on insert mode
|
||||
|
|
|
@ -12,7 +12,7 @@ fi 2>/dev/null || return 0
|
|||
# source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
#fi
|
||||
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$PATH:/opt/android/sdk/platform-tools
|
||||
|
||||
export CONFIG_ZSH="$XDG_CONFIG_HOME/zsh"
|
||||
export CONFIG_SHELLS="$XDG_CONFIG_HOME/shell"
|
||||
|
|
Binary file not shown.
|
@ -4,8 +4,7 @@ export XDG_DATA_HOME="$HOME/.local/share"
|
|||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
# adjust programs to use xdg
|
||||
#export XAUTHORITY="$XDG_CACHE_HOME/Xauthority"
|
||||
#export XAUTHORITY="/tmp/Xauthority"
|
||||
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
|
||||
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
||||
export GOPATH="$XDG_DATA_HOME"/go
|
||||
|
|
Loading…
Reference in New Issue