diff --git a/zsh/.zshrc b/zsh/.zshrc index c75ec25..709f4f2 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -94,10 +94,14 @@ alias seek='pacseek' alias y='yazi' gh_open() { - REPO_URL=$(git config --get remote.origin.url | sed 's/git@github.com:/https:\/\/github.com\//;s/.git$//') - [ -n "$REPO_URL" ] && xdg-open "$REPO_URL" + xdg-open "https://github.com/ad1822/$1" } +backup_dots(){ + exec syncAll.sh +} + + extract() { if [ -f "$1" ]; then