tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
🔧 Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
✨ Add open helper to zshrc
davidgasquez.com
1 month ago
53895702
af9c202c
+4
1 changed file
expand all
collapse all
unified
split
terminal
zshrc
+4
terminal/zshrc
···
64
64
alias copy='wl-copy'
65
65
alias pasta='wl-paste'
66
66
67
67
+
open() {
68
68
+
xdg-open "$@" >/dev/null 2>&1
69
69
+
}
70
70
+
67
71
qgs() {
68
72
git pull &&
69
73
git add -A . &&