2017-07-30 00:04:04 -05:00
|
|
|
set fish_greeting ""
|
|
|
|
|
|
|
|
function fish_prompt
|
|
|
|
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
|
|
|
|
end
|
|
|
|
|
2017-07-30 02:20:29 -05:00
|
|
|
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
|
2017-07-30 00:04:04 -05:00
|
|
|
export TERM="xterm-256color"
|
|
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
2017-07-30 16:30:39 -05:00
|
|
|
alias lsfont='fc-list | cut -f2 -d: | sort -u'
|