Changes in: zsh,
This commit is contained in:
parent
32049709b0
commit
e023c6c240
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue