mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Changed nix-shell to nixShell>
This commit is contained in:
parent
ce3fc00030
commit
203fd93742
3 changed files with 15 additions and 1 deletions
|
|
@ -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\]nix shell > \[\033[00m\]"
|
PS1="\[\033[01;34m\]\w\[\033[00m\]\n\[\033[01;32m\]nixShell> \[\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\]"
|
||||||
|
|
|
||||||
10
homeConfig/dotfiles/bash/node_modules/.yarn-integrity
generated
vendored
Normal file
10
homeConfig/dotfiles/bash/node_modules/.yarn-integrity
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"systemParams": "linux-x64-108",
|
||||||
|
"modulesFolders": [],
|
||||||
|
"flags": [],
|
||||||
|
"linkedModules": [],
|
||||||
|
"topLevelPatterns": [],
|
||||||
|
"lockfileEntries": {},
|
||||||
|
"files": [],
|
||||||
|
"artifacts": {}
|
||||||
|
}
|
||||||
4
homeConfig/dotfiles/bash/yarn.lock
Normal file
4
homeConfig/dotfiles/bash/yarn.lock
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue