mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
Added shell export
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
HISTSIZE=200
|
||||
HISTFILE=$ZDOTDIR/history
|
||||
|
||||
# shell
|
||||
export SHELL="$(which zsh)"
|
||||
|
||||
# Allow useful scripts in ~/.bin to be in the search path.
|
||||
export PATH=~/.bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user