[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

Select the types of activity you want to include in your feed.

Update .zsh

+5 -1
+5 -1
.zsh
··· 9 9 export LC_ALL=en_US.UTF-8 10 10 11 11 # Languages & frameworks 12 - alias python="$(which python3)" 12 + # alias python="$(which python3)" 13 13 export PY_BASE="$(python3 -m site --user-base)" 14 14 export DENO_INSTALL="$HOME/.deno" 15 15 export BUN_INSTALL="$HOME/.bun" ··· 42 42 interactive_comments 43 43 null_glob 44 44 share_history 45 + extended_history 45 46 ) 46 47 setopt "${zsh_opts[@]}" 48 + 49 + export SAVEHIST=10000 50 + export HISTSIZE=10000 47 51 48 52 # custom scripts 49 53 for f in $Z/*.zsh; do