dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

config.fish (321B)


      1 if status is-interactive
      2 	# fish_vi_key_bindings
      3 	set -g fish_greeting
      4 end
      5 
      6 set fish_function_path $fish_function_path $__fish_config_dir/external-functions
      7 
      8 # setup guix env if guix is on the system
      9 if test -e $HOME/.guix-profile
     10 	set GUIX_PROFILE $HOME/.guix-profile
     11 	fenv . $GUIX_PROFILE/etc/profile
     12 else
     13 	echo hi
     14 end