Changed devShell to nix shell

This commit is contained in:
Bryan Ramos 2023-04-12 18:41:00 -04:00
parent 4ee25a9224
commit ce3fc00030

View file

@ -9,7 +9,7 @@ is_ssh_session() {
# PS1 Config # PS1 Config
if [ -n "${IN_NIX_SHELL:+x}" ]; then if [ -n "${IN_NIX_SHELL:+x}" ]; then
PS1="\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]devShell > \[\033[00m\]" PS1="\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]nix shell > \[\033[00m\]"
else else
if ! is_ssh_session; then if ! is_ssh_session; then
PS1="\n\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]> \[\033[00m\]" PS1="\n\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]> \[\033[00m\]"