Figure out openconnect later
This commit is contained in:
parent
978d7d37cf
commit
e48ac95c34
|
@ -4,6 +4,6 @@
|
||||||
remmina
|
remmina
|
||||||
freerdp
|
freerdp
|
||||||
zoom-us
|
zoom-us
|
||||||
gpauth
|
openconnect
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"text": "date -d @$(stat -c %W /) '+%a %b %d %r %Z %Y'",
|
"text": "date -d @$(stat -c %W /persist) '+%a %b %d %r %Z %Y'",
|
||||||
"key": " "
|
"key": " "
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -22,14 +22,13 @@
|
||||||
nixscrub = "nixclean; nixpurge; nixoptimize";
|
nixscrub = "nixclean; nixpurge; nixoptimize";
|
||||||
|
|
||||||
# Shortcut aliases
|
# Shortcut aliases
|
||||||
neo = "clear && fastfetch";
|
ff = "clear && fastfetch";
|
||||||
ip = "ip -c";
|
ip = "ip -c";
|
||||||
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
|
ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons";
|
||||||
nls = "/usr/bin/env ls";
|
nls = "/usr/bin/env ls";
|
||||||
cat = "${pkgs.bat}/bin/bat --paging never";
|
cat = "${pkgs.bat}/bin/bat --paging never";
|
||||||
ncat = "/usr/bin/env cat";
|
ncat = "/usr/bin/env cat";
|
||||||
copycat = "wl-copy <";
|
copycat = "wl-copy <";
|
||||||
sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0";
|
|
||||||
myip = "curl ifconfig.co";
|
myip = "curl ifconfig.co";
|
||||||
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue