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