--- a/fish/functions/ep.fish Tue Oct 09 10:02:46 2018 -0700
+++ b/fish/functions/ep.fish Wed Oct 10 13:40:39 2018 -0700
@@ -2,10 +2,10 @@
switch (hostname)
case alephnull
cd ~/.plan
- git pull origin master
nvim README.markdown
git cm 'Update' -a
git push origin master
+ git push gist master
case '*'
hg -R ~/.plan pull -u
nvim ~/.plan/README.markdown
--- a/gitignore Tue Oct 09 10:02:46 2018 -0700
+++ b/gitignore Wed Oct 10 13:40:39 2018 -0700
@@ -12,3 +12,4 @@
.cache-tests
*.fasl
.notmylispwords
+.*.done
--- a/stumpwmrc Tue Oct 09 10:02:46 2018 -0700
+++ b/stumpwmrc Wed Oct 10 13:40:39 2018 -0700
@@ -50,7 +50,9 @@
(defun battery ()
(run-shell-command
- "acpi -b | awk -F '[ ,]' '{printf \"%s%s\", $3, $5}' | sed s/Discharging// | sed s/Unknown// | sed s/Full// | sed s/Charging/+/"
+ (hostcase
+ (:alephnull "acpi -b | grep 'Battery 1' | awk -F '[ ,]' '{printf \"%s%s\", $3, $5}' | sed s/Discharging// | sed s/Unknown// | sed s/Full// | sed s/Charging/+/")
+ (t "acpi -b | awk -F '[ ,]' '{printf \"%s%s\", $3, $5}' | sed s/Discharging// | sed s/Unknown// | sed s/Full// | sed s/Charging/+/"))
t))
--- a/vim/custom-dictionary.utf-8.add Tue Oct 09 10:02:46 2018 -0700
+++ b/vim/custom-dictionary.utf-8.add Wed Oct 10 13:40:39 2018 -0700
@@ -227,3 +227,11 @@
filesystem
submodule
Goroutines
+uploader
+modeline
+rsynced
+StumpWM
+Redis
+pubkey
+welp
+xrandr