From d62da684c9db36744f945b4f1de4c8ee8d035d92 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 5 Jan 2020 21:51:18 +0000 Subject: [PATCH] Rename WordGrinder alias to avoid conflict with WireGuard binary --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 057b7e9..645c4ba 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -92,7 +92,7 @@ alias now="date +%Y%m%dT%H%M%S%z" alias nowu="date -u +%Y%m%dT%H%M%SZ" alias ta="$HOME/opt/textadept/textadept" alias tm="tmux -2 attach-session || tmux -2 new-session" -alias wg="wordgrinder" +alias wgr="wordgrinder" alias ytmp3="youtube-dl -q -x --audio-format=mp3" # QEMU aliases