From 62b8bf3643acf105e9065ab57272249d0a99ca96 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 1 Oct 2023 11:20:15 +0200 Subject: [PATCH] Replace alias w with wallp --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a64f43c..14b024a 100644 --- a/.bashrc +++ b/.bashrc @@ -54,7 +54,7 @@ alias gcheck="git checkout" # SCRIPTS # ----------------------------------------------------- -alias w='~/dotfiles/scripts/updatewal.sh' +alias wallp='~/dotfiles/scripts/updatewal.sh' alias gr='python ~/dotfiles/scripts/growthrate.py' alias ChatGPT='python ~/mychatgpt/mychatgpt.py' alias chat='python ~/mychatgpt/mychatgpt.py'