mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove "nix build" alias
This commit is contained in:
parent
66f5c4bdcb
commit
5f35516ea2
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
stty -ixon
|
stty -ixon
|
||||||
alias p=python3
|
alias p=python3
|
||||||
alias buildsys='nix build -f "<nixpkgs/nixos>" --no-link system'
|
|
||||||
|
|
||||||
function _update_ps1() {
|
function _update_ps1() {
|
||||||
PS1="\n$(${pkgs.callPackage ../pkgs/powerline-go-updated { }}/bin/powerline-go \
|
PS1="\n$(${pkgs.callPackage ../pkgs/powerline-go-updated { }}/bin/powerline-go \
|
||||||
|
|
Loading…
Reference in a new issue