From 5a6e59d1a88b73fb71e971130b73c23cbab5d658 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 5 Feb 2022 09:51:25 -0800 Subject: [PATCH] added thewalkingdead alias --- bashrc.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index fcc49e31..7abe6f47 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -264,8 +264,9 @@ alias killport="fuser -k" alias npm_upgrade="doas npm install -g npm@latest" # game shortcuts -alias cyberpunk="steam steam://rungameid/1091500 &" -alias cybermods="cd ~/.local/share/Steam/steamapps/common/Cyberpunk\ 2077/archive/pc/mod" +alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &" +alias {twd,thewalkingdead}="steam steam://rungameid/1449690 &" +alias {cbmods,cybermods}="cd ~/.local/share/Steam/steamapps/common/Cyberpunk\ 2077/archive/pc/mod" # bookmarks alias {ddg,duck}="links https://duckduckgo.com/lite"