diff options
author | mail_redacted_for_web | 2022-06-24 12:52:06 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-06-24 12:52:06 +0200 |
commit | cf25c233559a50c2afeeffa8cdcf770c828eeed4 (patch) | |
tree | db22ca780681b2a83d89132fed4f8186ab4861cd /.tmux.conf.local | |
parent | 7019be18c120298ac176c1f9c09f65399cc10053 (diff) | |
download | dotfiles-cf25c233559a50c2afeeffa8cdcf770c828eeed4.tar.bz2 |
replaced cloudflare (wtf!!!) with quad9
Diffstat (limited to '.tmux.conf.local')
-rw-r--r-- | .tmux.conf.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index b6b0f3d..906c425 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -432,7 +432,7 @@ run-shell ~/tmux-yank/yank.tmux # } # # online() { -# ping -c 1 1.1.1.1 >/dev/null 2>&1 && printf '✔' || printf '✘' +# ping -c 1 9.9.9.9 >/dev/null 2>&1 && printf '✔' || printf '✘' # } # # "$@" |