fix (home/cli): extra commands only in interactive shells
This commit is contained in:
parent
915f2db699
commit
86bb47d7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bashrcExtra = ''
|
initExtra = ''
|
||||||
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
|
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
|
||||||
task ls
|
task ls
|
||||||
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue