mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add pip_install alias
This commit is contained in:
parent
1d5ef9b837
commit
c00fef5340
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ in
|
|||
alias tmp='cd $(mktemp -d)'
|
||||
alias buildsys='nix build -f "<nixpkgs/nixos>" --no-link system'
|
||||
alias sha256sum-base32='nix hash-file --type sha256 --base32'
|
||||
alias pip_install='nix run nixpkgs.python3.pkgs.pip -c pip install --user -UI pip setuptools'
|
||||
|
||||
function _update_ps1() {
|
||||
PS1="\n$(${pkgs.powerline-go}/bin/powerline-go ${lib.concatStringsSep " " powerlineOpts})$ "
|
||||
|
|
Loading…
Reference in a new issue