Skip to content

Instantly share code, notes, and snippets.

@shirvan
Last active February 2, 2022 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirvan/11f4db76f06499b080d32edc981f9ec9 to your computer and use it in GitHub Desktop.
Save shirvan/11f4db76f06499b080d32edc981f9ec9 to your computer and use it in GitHub Desktop.
status is-login; and pyenv init --path | source
status is-interactive; and pyenv init - | source
alias n "nvim"
alias ff "fzf --preview 'bat -p --color=always {}'"
alias e "nvim (fzf --preview 'bat -p --color=always {}')"
alias cc "bat -p"
source (brew --prefix asdf)/asdf.fish
function ccc
bat -p $argv | pbcopy
end
starship init fish | source
nvm use 16.13.0
set -x GOPATH $HOME/go_workspace
set -x GOBIN $GOPATH/bin
fish_add_path /usr/local/opt/go@1.16/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment