Make C alias exit successfully even when not in TMUX

This commit is contained in:
Daniel Flanagan 2020-12-23 10:44:19 -06:00
parent fc31c98bec
commit f512197d8a
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -93,7 +93,7 @@ alias cdltl "cd (ltld)"
function pp; while not ping -n 1 -t 5 8.8.8.8; sleep 1; end; end
alias p "ping 8.8.8.8"
alias C "clear; set -q TMUX && tmux clear-history"
alias C "clear; set -q TMUX && tmux clear-history || true"
alias sctl "sudo systemctl"
alias sctlu "systemctl --user"
alias bt "sctl start bluetooth && sudo bluetoothctl"