Compare commits
No commits in common. "c8b77b7379b26991375101bb3cbcfdb5af013906" and "eabb57cffb0cb39660e037a31aac55a06465a7d2" have entirely different histories.
c8b77b7379
...
eabb57cffb
5 changed files with 2 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -257,5 +257,3 @@ plasmaparc
|
|||
bruno/
|
||||
beekeeper-studio/
|
||||
filezilla/
|
||||
obsidian/
|
||||
sqlitebrowser/
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
;;kotlin ; a better, slicker Java(Script)
|
||||
latex ; writing papers in Emacs has never been so fun
|
||||
;;lean ; for folks with too much to prove
|
||||
ledger ; be audit you can be
|
||||
;;ledger ; be audit you can be
|
||||
lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
;;nim ; python + lisp at the speed of c
|
||||
|
|
|
@ -47,8 +47,7 @@ alias \
|
|||
qr-png="qrencode -s 16 -o qr.png" \
|
||||
qr="qrencode -t ansiutf8" \
|
||||
clip="xsel -ib" \
|
||||
em="emacsclient -c -a 'emacs' $@" \
|
||||
wget="wget --hsts-file=$XDG_DATA_HOME/wget/wget-hsts" \
|
||||
ssh="ssh ${SSH_CONFIG}" \
|
||||
scp="scp ${SSH_CONFIG}" \
|
||||
rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \
|
||||
lg="lazygit"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
emacsclient -c -a 'emacs' $@
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
WA_URL="https://web.whatsapp.com"
|
||||
|
||||
phone_number="$(printf '' | menu "Phone (+506):")"
|
||||
|
||||
firefox-personal "$WA_URL/send/?phone=%%2B506$phone_number&text&type=phone_number&app_absent=0"
|
Loading…
Reference in a new issue