some modifications to aliases
This commit is contained in:
parent
21e77e483c
commit
c3a2b0287f
2 changed files with 0 additions and 8 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue