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;
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";