diff options
author | Thanos Apollo <[email protected]> | 2023-05-01 17:32:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-01 17:32:00 +0300 |
commit | 7d2142aa809193fd7ae080a242a1de5256f010da (patch) | |
tree | ac2b0d4c196a74feca6216db4b359872d5a09205 /.shells/prompt.sh | |
parent | dc2517226527686168683ee184e09a1a0accb1e6 (diff) |
remove secondary files
Diffstat (limited to '.shells/prompt.sh')
-rwxr-xr-x | .shells/prompt.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.shells/prompt.sh b/.shells/prompt.sh deleted file mode 100755 index d919457..0000000 --- a/.shells/prompt.sh +++ /dev/null @@ -1,14 +0,0 @@ - -# Pormpt - - - -# Adjust the prompt depending on whether we're in 'guix environment'. -# if [ -n "$GUIX_ENVIRONMENT" ] -# then -# PS1='\u@\h \w [env]\$ ' -# else -# PS1='\u@\h \w\$ ' -# fi - - |