Add fish, tmux, vim, and git dotfiles; clean up

This commit is contained in:
mitchell 2019-08-15 00:44:46 -04:00
commit e57d8318d9
47 changed files with 2125 additions and 0 deletions

View file

@ -0,0 +1,10 @@
function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
uname -nmsr
# TODO: `command -q -s` only works on fish 2.5+, so hold off on that for now
command -s uptime >/dev/null
and uptime
set_color normal
end