mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
Clean up retired site config
This commit is contained in:
parent
ec497ddace
commit
2f6b684b28
5 changed files with 5 additions and 91 deletions
|
|
@ -179,10 +179,12 @@ in
|
|||
nuExecCondition =
|
||||
if config.isDarwin then
|
||||
''
|
||||
[[ $- == *i* ]] && [ -z "$skip" ] && [ -t 1 ]
|
||||
[[ $- == *i* ]] && [ -z "$skip" ] && [ -t 0 ] && [ -t 1 ]
|
||||
''
|
||||
else
|
||||
''[ -z "$INTELLIJ_ENVIRONMENT_READER" ] && [ -z "$skip" ] && [ -z "$SSH_TTY" ]'';
|
||||
''
|
||||
[[ $- == *i* ]] && [ -z "$INTELLIJ_ENVIRONMENT_READER" ] && [ -z "$skip" ] && [ -z "$SSH_TTY" ] && [ -t 0 ] && [ -t 1 ]
|
||||
'';
|
||||
in
|
||||
{
|
||||
programs.fish = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue