Start phasing out makefiles. Update zshrc

This commit is contained in:
George Rawlinson 2017-03-26 17:04:52 +13:00
parent ee26abd58c
commit af00877af0
2 changed files with 4 additions and 3 deletions

View File

@ -23,9 +23,7 @@ zsh > shell, aliases and cool stuff
`git clone https://github.com/grawlinson/dotfiles.git ~/.dotfiles`
Clone repository, then setup as desired.
Look at [Makefile](Makefile), or use [GNU Stow][url-gnu-stow] directly.
Clone repository, then setup as desired using [GNU Stow][url-gnu-stow].
## Further Reading

View File

@ -24,3 +24,6 @@ source $ZSH/oh-my-zsh.sh
export HISTSIZE=1000000000
export SAVEHIST=$HISTSIZE
setopt EXTENDED_HISTORY
# reduce linux syscalls
export TZ=:/etc/localtime