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 = {
|
||||
enable = true;
|
||||
bashrcExtra = ''
|
||||
initExtra = ''
|
||||
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
|
||||
task ls
|
||||
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue