Skip to content

Commit

Permalink
Use poetry in place of pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix authored and Felix committed Dec 25, 2020
1 parent 32ad82c commit 8bcd9ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/nixpkgs/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
neovim

# essential
python38
python39
nodejs-14_x
yarn
];
Expand Down
2 changes: 2 additions & 0 deletions .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc
[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

export PATH="$HOME/.poetry/bin:$PATH"
4 changes: 2 additions & 2 deletions .config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ alias ls="exa"
alias la='exa -lbhHigUmuSa --git --color-scale'
alias genrand="openssl rand -hex 32"
alias lg="lazygit"
alias pi="pipenv"
alias pis="pipenv shell"
alias po="poetry"
alias pos="poetry shell"
alias pt="ptpython"
alias doom-cache-clear="rm -rf ~/.emacs.d/.local/cache/*"
alias dns-clear="sudo killall -HUP mDNSResponder;sudo dscacheutil -flushcache"
Expand Down

0 comments on commit 8bcd9ce

Please sign in to comment.