1
1
Fork 0

Compare commits

..

No commits in common. "c4c95b47896a2af7782c629f0b54e0a83fd7aacb" and "1dbd2b876c7d3992464314d2f771a11af79a3cc4" have entirely different histories.

2 changed files with 5 additions and 9 deletions

View file

@ -42,6 +42,8 @@ in {
"/r" = any "/run"; "/r" = any "/run";
"/rc" = any "/run/current-system"; "/rc" = any "/run/current-system";
ip = "tailscale ip --4";
reboot = "systemctl reboot"; reboot = "systemctl reboot";
restart = "systemctl reboot"; restart = "systemctl reboot";
poweroff = "systemctl poweroff"; poweroff = "systemctl poweroff";
@ -103,6 +105,7 @@ in {
jcsf = "journalctl --system --follow"; jcsf = "journalctl --system --follow";
jcsfu = "journalctl --system --follow --unit"; jcsfu = "journalctl --system --follow --unit";
jcsi = "journalctl --system --identifier"; jcsi = "journalctl --system --identifier";
jcst = "journalctl --system --target";
jcsu = "journalctl --system --unit"; jcsu = "journalctl --system --unit";
jcu = "journalctl --user"; jcu = "journalctl --user";
jcue = "journalctl --user --pager-end"; jcue = "journalctl --user --pager-end";
@ -110,6 +113,7 @@ in {
jcuf = "journalctl --user --follow"; jcuf = "journalctl --user --follow";
jcufu = "journalctl --user --follow --unit"; jcufu = "journalctl --user --follow --unit";
jcui = "journalctl --user --identifier"; jcui = "journalctl --user --identifier";
jcut = "journalctl --user --target";
jcuu = "journalctl --user --unit"; jcuu = "journalctl --user --unit";
k = "kitten"; k = "kitten";
@ -159,12 +163,6 @@ in {
td = "tmux detach"; td = "tmux detach";
tk = "tmux kill-session"; tk = "tmux kill-session";
tl = "tmux list-sessions"; tl = "tmux list-sessions";
ts = "tailscale";
tsip = "tailscale ip --4";
zt = "sudo zerotier-cli";
ztip = "sudo zerotier-cli get $(sudo zerotier-cli -j listnetworks | jq -r .[-1].id) ip";
}; };
interactiveShellInit = '' interactiveShellInit = ''

View file

@ -22,9 +22,7 @@
steam = { steam = {
enable = true; enable = true;
extest = true;
# BUG: Causes SteamOS crash when emulating scroll wheel in-game
#// extest = true;
}; };
}; };