From c3a2b0287f1be0bdd7121b09f1a1e6a3e1a006db Mon Sep 17 00:00:00 2001 From: William Date: Tue, 24 Sep 2024 11:43:07 -0300 Subject: [PATCH] some modifications to aliases --- users/common/programs.nix | 4 ---- users/desktops/common/programs.nix | 4 ---- 2 files changed, 8 deletions(-) diff --git a/users/common/programs.nix b/users/common/programs.nix index ff49848..f874376 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -115,10 +115,6 @@ enable = true; interactiveShellInit = "nix-your-shell fish | source"; loginShellInit = "nix-your-shell fish | source"; - shellAliases = { - wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"''; - h = "hx"; - }; functions = { fish_greeting = ""; tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main"; diff --git a/users/desktops/common/programs.nix b/users/desktops/common/programs.nix index 3005795..ed39d7f 100644 --- a/users/desktops/common/programs.nix +++ b/users/desktops/common/programs.nix @@ -27,10 +27,6 @@ sysrebuild = "nh os switch --ask"; sysrebuild-boot = "nh os boot --ask"; sysupdate = "nix flake update --commit-lock-file /home/user/Projects/personal/nix-config"; - code = '' - wezterm cli split-pane --top --percent=75 -- hx - wezterm cli activate-pane-direction up - ''; }; }; };