[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.

Merge branch 'main' of https://github.com/mrgnw/dotfiles

+2
+2
.zsh
··· 9 9 10 10 export LANG=en_US.utf8 11 11 export LC_ALL=en_US.UTF-8 12 + autoload -Uz compinit 13 + compinit 12 14 13 15 # Languages & frameworks 14 16 alias python="$(which python3)"