Skip to content

Commit

Permalink
install pyenv and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
deantvv committed Oct 5, 2022
1 parent 6f7740a commit 25fc95b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/.config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fish_add_path $HOME/.local/bin

abbr -a g git
abbr -a gc 'git checkout'
abbr -a ga 'git add -p'
Expand All @@ -22,3 +24,6 @@ else
end

[ -f /opt/homebrew/share/autojump/autojump.fish ]; and source /opt/homebrew/share/autojump/autojump.fish

# Enable pyenv
pyenv init - | source

0 comments on commit 25fc95b

Please sign in to comment.