# fish startup file # $Id$ function l ls -F1 $argv end function j jobs end function fish_prompt if test $status -eq 0 #set_color --bold printf '> ' #set_color normal else #set_color --bold printf '? ' #set_color normal end end function fish_title printf '%s %s %s' (hostname -s) (id -un) $_ end