Switch back to macOS.
This commit is contained in:
parent
f8866a9eca
commit
e819a06cda
137 changed files with 192 additions and 23 deletions
11
_linux/_cli/zsh/.zshenv
Normal file
11
_linux/_cli/zsh/.zshenv
Normal file
|
@ -0,0 +1,11 @@
|
|||
skip_global_compinit=1
|
||||
export XDG_CACHE_HOME=/tmp/${USER}-cache
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
export XDG_DATA_HOME=$HOME/.local/share
|
||||
export XDG_STATE_HOME=$HOME/.local/state
|
||||
export HISTSIZE=10000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
export HISTFILE=$XDG_DATA_HOME/zsh/history
|
||||
# if test -z "$XDG_RUNTIME_DIR"; then
|
||||
# export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
|
||||
# fi
|
Loading…
Add table
Add a link
Reference in a new issue