Skip to content

Instantly share code, notes, and snippets.

@razzius
Created July 29, 2019 09:54
Show Gist options
  • Save razzius/d82d61d0a1a4ab025f137b9a1a4b2fcc to your computer and use it in GitHub Desktop.
Save razzius/d82d61d0a1a4ab025f137b9a1a4b2fcc to your computer and use it in GitHub Desktop.
bind \ct transpose-chars
# emacs ansi-term support
if test -n "$EMACS"
set -x TERM eterm-color
end
# this function may be required
function fish_title
true
end
for f in ~/.config/fish/functions/private/*
echo $f
source $f
end
source ~/.profile
set -x GIT_PAGER "less -i"
set -x PATH "/Users/razzi/.pyenv/bin" $PATH
set -x PATH "./node_modules/.bin" $PATH
# status --is-interactive; and not set -q TMUX; and not test -n "$EMACS"; and exec tmux
# status --is-interactive; and . (pyenv init -|psub)
# status --is-interactive; and . (pyenv virtualenv-init -|psub)
. (pyenv init -|psub)
. (pyenv virtualenv-init -|psub)
eval (python -m virtualfish)
set -x PATH ~/.local/bin $PATH
set -xg NODE_PATH ~/.config/yarn/global/node_modules .
# Wasmer
export WASMER_DIR="/Users/razzi/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh" # This loads wasmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment