Tweaks to shell profiles
This commit is contained in:
@@ -4,5 +4,6 @@ function fish_prompt
|
|||||||
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
|
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
|
||||||
end
|
end
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
|
||||||
export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
2
.profile
2
.profile
@@ -68,6 +68,6 @@ __define_functions
|
|||||||
export TERM="linux"
|
export TERM="linux"
|
||||||
|
|
||||||
EDITOR=$(which vim)
|
EDITOR=$(which vim)
|
||||||
PATH=$PATH:~/.bin
|
PATH=$PATH:~/.bin:~/.local/bin
|
||||||
export EDITOR
|
export EDITOR
|
||||||
export PATH
|
export PATH
|
||||||
|
Reference in New Issue
Block a user