Fish greeting
This commit is contained in:
parent
4e38e27271
commit
629f9196e2
2 changed files with 2 additions and 5 deletions
|
|
@ -28,10 +28,7 @@
|
||||||
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";
|
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";
|
||||||
};
|
};
|
||||||
functions = {
|
functions = {
|
||||||
# fish_greeting = ''
|
fish_greeting = "";
|
||||||
# set -x PF_INFO ascii title os kernel uptime pkgs memory palette
|
|
||||||
# eval $HOME/.scripts/pfetch
|
|
||||||
# '';
|
|
||||||
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";
|
||||||
};
|
};
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
upgrade = "rm ~/.gtkrc-2.0; nix flake update --commit-lock-file /home/user/Projects/nix-config; sudo nixos-rebuild switch --upgrade --flake '/home/user/Projects/nix-config#'";
|
upgrade = "rm ~/.gtkrc-2.0; nix flake update --commit-lock-file /home/user/Projects/nix-config; sudo nixos-rebuild switch --upgrade --flake '/home/user/Projects/nix-config#'";
|
||||||
upgrade-boot = "rm ~/.gtkrc-2.0; nix flake update --commit-lock-file /home/user/Projects/nix-config; sudo nixos-rebuild boot --upgrade --flake '/home/user/Projects/nix-config#'";
|
upgrade-boot = "rm ~/.gtkrc-2.0; nix flake update --commit-lock-file /home/user/Projects/nix-config; sudo nixos-rebuild boot --upgrade --flake '/home/user/Projects/nix-config#'";
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
micro = {
|
micro = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue