dotfiles/files/zshrc/environment.sh

8 lines
174 B
Bash
Raw Normal View History

export DOTFILES=${HOME}/.dotfiles
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
export HISTCONTROL=ignoreboth
2017-11-17 09:05:23 +00:00
export BROWSER=$(which firefox)
export EDITOR=$(which nvim)