mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove nix-env alias
This commit is contained in:
parent
589f2b97a0
commit
e3f71a7985
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@
|
||||||
alias p=python3
|
alias p=python3
|
||||||
alias h=htop
|
alias h=htop
|
||||||
alias e='$EDITOR'
|
alias e='$EDITOR'
|
||||||
alias nix-env="echo nix-env is disabled #"
|
|
||||||
alias nix-what-depends-on='nix-store --query --referrers'
|
alias nix-what-depends-on='nix-store --query --referrers'
|
||||||
alias day='date "+%Y-%m-%d"'
|
alias day='date "+%Y-%m-%d"'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
|
|
Loading…
Reference in a new issue