Changes in: zsh,

This commit is contained in:
Gopher 2025-03-19 17:25:16 +05:30
parent 32049709b0
commit e023c6c240

View file

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