Skip to content

Instantly share code, notes, and snippets.

@netmute
netmute / config.fish
Last active October 17, 2019 11:28
fish config
# frees up ctrl-s and ctrl-q
stty -ixon -ixoff
# set the go path
set --export PATH $GOPATH/bin $PATH
# rbenv
status --is-interactive && source (rbenv init - | psub)