dotfiles/files/zshrc/environment.sh

10 lines
207 B
Bash

export DOTFILES=${HOME}/.dotfiles
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
export HISTCONTROL=ignoreboth
export BROWSER=$(which firefox)
export EDITOR=$(which vim)
export PATH=${HOME}/.bin:${PATH}