🔧 Where my dotfiles lives in harmony and peace, most of the time

✨ Add open helper to zshrc

+4
+4
terminal/zshrc
··· 64 64 alias copy='wl-copy' 65 65 alias pasta='wl-paste' 66 66 67 + open() { 68 + xdg-open "$@" >/dev/null 2>&1 69 + } 70 + 67 71 qgs() { 68 72 git pull && 69 73 git add -A . &&