Fix a wrong multiple line spanning (#1774)

./neofetch: line 3310: syntax error near unexpected token `newline'
./neofetch: line 3310: `"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|'
This commit is contained in:
Charlène 2021-06-11 12:28:24 +02:00 committed by GitHub
parent 370a50c3e3
commit bb974c77fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3307,7 +3307,7 @@ get_term() {
term="$(tty)"
;;
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|\
"USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap")
break
;;