From c4446b5f9fc3cdbf9b4c8a22f420410a57627d21 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 7 Dec 2023 17:50:44 -0700 Subject: added aliases from zenbook --- modules/home-manager/shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/home-manager/shell.nix') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index a32a086..304c8b7 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -3,6 +3,15 @@ enable = true; shellAliases = { ll = "ls -l"; + copy = "wl-copy"; + paste = "wl-paste"; + home = "cd ~"; + work = "ssh root@worktest.gotdns.ch -p 2200"; + avery = "ssh root@sangastrology.com -p 2200"; + chaos = "ssh root@chaostesting.xyz -p 2200"; + egpu = "(DRI_PRIME=pci-0000_05_00_0 glxinfo | grep 'OpenGL renderer')"; + checkgpu = "(lspci | grep VGA)"; + cat = "bat -f # --paging never" }; configFile.source = ../../resources/nushell/config.nu; environmentVariables = { -- cgit v1.2.3