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:
parent
370a50c3e3
commit
bb974c77fc
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue