From 69fe4389d2c9cdc6b12631e276df5ca7e3d1b456 Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 14 Jan 2024 19:16:26 +0100 Subject: [PATCH] refix resource --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index ced41ae..b7a1efa 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -380,7 +380,7 @@ function signin(){ \sudo -u $1 bash } alias cbash='bash --norc --noprofile --init-file <(echo "unset HISTFILE")' -alias resource='source /home/anon/.bashrc' +alias resource='source ~/.bashrc' alias xclip='xclip -selection clipboard' alias tt='tt_with_high_score.sh' #pragma endregion