From 88a54801ffd52a6f515fbccf865fd477c7726828 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 1 Aug 2025 14:57:36 +0800 Subject: bashrc remove studio related --- home/xyz/.bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/xyz/.bashrc') diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 050c36a9..261ebba9 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -55,7 +55,7 @@ unset cmd # https://unix.stackexchange.com/questions/484442/how-can-i-get-the-pid-of-a-subshell for branch in $(git -C "$HOME/programs/config_local_arch" branch | awk '{print ($1=="*")?$2:$1}' | grep -v master); do case "$branch" in - master|studio|pp) ;; + master|pp) ;; *) alias "s$branch"="ssh $branch";; esac done @@ -99,7 +99,6 @@ alias sa='ssh-add -l || ssh-add' alias se='sudo -E ' alias sp='ssh pp' alias spd='speedtest; librespeed-cli' -alias sst='ssh studio' # can test this mess with `alias tt='echo "\$haha \"lala\""'` alias sun='printf "set \$Longitude \"120.95\"\nset \$Latitude \"31.38\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset" | remind -n -' # another way: -- cgit v1.2.3-70-g09d2