Tweaks to shell profiles

This commit is contained in:
Salt 2017-07-30 02:20:29 -05:00
parent 68d8199490
commit 1fe0779d15
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ function fish_prompt
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
end
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
export TERM="xterm-256color"
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

View File

@ -68,6 +68,6 @@ __define_functions
export TERM="linux"
EDITOR=$(which vim)
PATH=$PATH:~/.bin
PATH=$PATH:~/.bin:~/.local/bin
export EDITOR
export PATH