From 3da68e787e901d75d60e0e8a19cbfd3ffd75f7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20=C4=8Cop=C3=A1kov=C3=A1?= <69800012+violinie@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:43:39 +0200 Subject: [PATCH] Update README.md Extended description of how to add aliases --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caac9c4..d70700a 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,13 @@ linux. If by some chance you are using other shell, or for some other reason it You can try to set the aliases yourself, by adding: ``` -alias francinette="$HOME"/francinette/tester.sh -alias paco="$HOME"/francinette/tester.sh +alias francinette='~/francinette/tester.sh' +alias paco='~/francinette/tester.sh' ``` +With .zshrc (for .bashrc is the same, but instead of .zshrc type .bashrc): +1. Open nano ```~/.zshrc``` +2. Add the aliases listed above (francinette & paco) +3. Reload your shell configuration ```source ~/.zshrc``` Now it should work. If it does not, don't be afraid to contact me.