root/env/.zshenv

Revision 3, 173 bytes (checked in by devja..@anarkystic.com, 1 year ago)

sendin the env down the rivarr

Line 
1 #   
2 #   termie's environment stuffs
3 #
4
5 ## generic zsh stuff
6 # history
7 HISTSIZE=500
8 HISTFILE=$HOME/.zsh_history
9 SAVEHIST=1000
10
11 [ -f $HOME/.commonenv ] && . $HOME/.commonenv
Note: See TracBrowser for help on using the browser.