dotfiles/modules/shell/files/environment.sh

15 lines
363 B
Bash

# Extend path
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=${PATH}:/opt/genymobile/genymotion
export PATH=${PATH}:${HOME}/.bin
export DOTFILES=${HOME}/.dotfiles
export EDITOR=$(which nano)
export BROWSER=$(which firefox)
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
export HISTCONTROL=ignoreboth