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"*|'
master
Charlène 5 years ago committed by GitHub
parent 370a50c3e3
commit bb974c77fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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…
Cancel
Save