Unverified Commit bb974c77 authored by Charlène's avatar Charlène Committed by GitHub

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"*|'
parent 370a50c3
...@@ -3307,7 +3307,7 @@ get_term() { ...@@ -3307,7 +3307,7 @@ get_term() {
term="$(tty)" term="$(tty)"
;; ;;
"ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*| "ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|\
"USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap") "USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap")
break break
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment