You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
379 B
Fish
20 lines
379 B
Fish
# ***************************************************************************
|
|
# *
|
|
# * my fish config file
|
|
# * Russell Riker
|
|
# * 9/13/2020
|
|
# *
|
|
# ***************************************************************************
|
|
|
|
|
|
set PATH ~/.local/bin $PATH
|
|
|
|
#function fish_prompt
|
|
# eval $GOPATH/bin/powerline-go -error $status -shell bare
|
|
#end
|
|
|
|
# go to my wsl home folder
|
|
cd ~
|
|
|
|
#pwd
|