Refactor dotfiles into .config
Include local bin files
This commit is contained in:
parent
2741ae520b
commit
d2467209b7
204 changed files with 44454 additions and 3 deletions
3
.profile
3
.profile
|
@ -31,3 +31,6 @@ if [ $(which nvim) ]; then
|
|||
export EDITOR=nvim
|
||||
fi
|
||||
|
||||
# Set zsh as the default shell if available
|
||||
[ -e /bin/zsh ] && export SHELL=/bin/zsh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue