mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cli: add "tmp" alias
This commit is contained in:
parent
250321d6ff
commit
4a471a62e1
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
|||
alias nix-what-depends-on='nix-store --query --referrers'
|
||||
alias day='date "+%Y-%m-%d"'
|
||||
alias grep='grep --color=auto'
|
||||
alias tmp='cd "$(mktemp -d)"'
|
||||
'' +
|
||||
# compatibility for programs that need $NIX_PATH set:
|
||||
lib.concatMapStrings
|
||||
|
|
Loading…
Reference in a new issue