home/.config/fish/config.fish
2017-07-30 00:04:04 -05:00

9 lines
209 B
Fish

set fish_greeting ""
function fish_prompt
~/.bin/powerline-shell.py $status --shell bare ^/dev/null
end
export TERM="xterm-256color"
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'