dotfiles.git

commit cbb68b0c2aba817f12b4fb75d359918410ab445b

Author: Adam Evyčędo <git@apiote.xyz>

new phone

 .config/fish/config.fish | 5 ++++-
 .config/sh/variables.Marvin | 2 --
 .config/sh/variables.localhost | 2 ++


diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 2eb8a8813ff3301b17244c3db4ee32f3b1b019c3..0d1ef19b87b31cc832e0604552cd9e0d00cf1008 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -49,7 +49,7 @@
 if [ -f /tmp/ssh-agent.fish ]
 	. /tmp/ssh-agent.fish >/dev/null
 else
-	if [ (hostname) != 'Marvin' ]
+	if [ (hostname) != 'localhost' ]  # Marvin w/o root
 		ssh-agent -c >/tmp/ssh-agent.fish
 	end
 end
@@ -69,3 +69,6 @@ if [ (tty) = "/dev/tty1" ] && which sway >/dev/null 2>&1
 	posix_source ~/.config/sh/variables.wayland
 	exec dbus-run-session -- sway
 end
+
+# TODO every 6h and token is OK
+# curl -s 8.8.8.8 && drunk sync && echo 'water synced'




diff --git a/.config/sh/variables.Marvin b/.config/sh/variables.Marvin
deleted file mode 100644
index f9ae7b2ae4b597cb755f3607e6693f353d686010..0000000000000000000000000000000000000000
--- a/.config/sh/variables.Marvin
+++ /dev/null
@@ -1,2 +0,0 @@
-export PATH=$HOME/.local/bin:/data/data/com.termux/files/usr/bin
-export TZ="Europe/Warsaw"




diff --git a/.config/sh/variables.localhost b/.config/sh/variables.localhost
new file mode 100644
index 0000000000000000000000000000000000000000..3c31ec7bb634f5bbb845da7fe2d62606c2337987
--- /dev/null
+++ b/.config/sh/variables.localhost
@@ -0,0 +1,2 @@
+export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/bin
+export TZ="Europe/Warsaw"