ref alias oen
This commit is contained in:
parent
429e76d502
commit
88e507c0af
@ -102,5 +102,3 @@ alias dcd='docker-compose down'
|
||||
alias drma='docker container prune'
|
||||
alias drmi='docker image prune'
|
||||
|
||||
|
||||
alias open='xdg-open'
|
||||
|
||||
@ -168,3 +168,9 @@ vpn() {
|
||||
)
|
||||
}
|
||||
|
||||
open() {
|
||||
test -e $1 || return 1
|
||||
nohup xdg-open $1 1>/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user