dotfiles/files/zshrc/environment.sh
Jake Howard 4461ff674d
Replace vim with nvim
Also extract config into separate repo
2021-09-11 23:03:34 +01:00

8 lines
174 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 nvim)