Compare commits

..

No commits in common. "024fe10745c26283e5af06f2978f3d75b717d3f6" and "61c9e63b555d9d537542fbd98ae0b5d69eda2d4e" have entirely different histories.

2 changed files with 3 additions and 8 deletions

6
flake.lock generated
View File

@ -288,11 +288,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1733953553, "lastModified": 1733950200,
"narHash": "sha256-VwixklCTL4p/aJ4L9vvSTh1uAN56QW7sN8CJdsmDQlc=", "narHash": "sha256-DsO6bfrzxVhrlZz4IcLmmpqRIyGowjKIFz/nx/hMd9w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "d83d70cbde1481068f1db7fb0f789426b364b422", "rev": "b0f60529758549616f195b7cd3ea8d70dfe65297",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -26,11 +26,6 @@
export PS1="[\t \[\e[32m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\]]"'$SHELL_PREFIX'" \[\e[36m\]"'$TRIMMED_PWD'"\[\e[m\] \$ " export PS1="[\t \[\e[32m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\]]"'$SHELL_PREFIX'" \[\e[36m\]"'$TRIMMED_PWD'"\[\e[m\] \$ "
fi fi
run() {
set -- "$${@/#/nixpkgs\#}"
nix run "$${@/%/y}"
}
'' ''
# On mac we have to import brew # On mac we have to import brew