some modifications to aliases

This commit is contained in:
William 2024-09-24 11:43:07 -03:00
parent 21e77e483c
commit c3a2b0287f
2 changed files with 0 additions and 8 deletions

View file

@ -115,10 +115,6 @@
enable = true; enable = true;
interactiveShellInit = "nix-your-shell fish | source"; interactiveShellInit = "nix-your-shell fish | source";
loginShellInit = "nix-your-shell fish | source"; loginShellInit = "nix-your-shell fish | source";
shellAliases = {
wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'';
h = "hx";
};
functions = { functions = {
fish_greeting = ""; fish_greeting = "";
tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main"; tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main";

View file

@ -27,10 +27,6 @@
sysrebuild = "nh os switch --ask"; sysrebuild = "nh os switch --ask";
sysrebuild-boot = "nh os boot --ask"; sysrebuild-boot = "nh os boot --ask";
sysupdate = "nix flake update --commit-lock-file /home/user/Projects/personal/nix-config"; 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
'';
}; };
}; };
}; };