This commit is contained in:
tavo 2024-11-11 19:22:37 -06:00
parent 60a27f7747
commit 84d6bedf32
2 changed files with 1 additions and 4 deletions

View file

@ -110,7 +110,7 @@ alias \
qr-png="qrencode -s 16 -o qr.png" \
qr="qrencode -t ansiutf8" \
clip="xsel -ib" \
doom="emacsclient -c -a 'emacs' \$@" \
em="emacsclient -c -a 'emacs' $@" \
[ -f ~/.config/shell/kit ] && . ~/.config/shell/kit

View file

@ -1,3 +0,0 @@
#!/usr/bin/env sh
exec emacsclient -c -a 'emacs' $@ >/dev/null 2>&1