Fish greeting

This commit is contained in:
baduhai 2022-11-29 20:55:02 -03:00
parent 4e38e27271
commit 629f9196e2
2 changed files with 2 additions and 5 deletions

View file

@ -28,10 +28,7 @@
wget = "wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"";
};
functions = {
# fish_greeting = ''
# set -x PF_INFO ascii title os kernel uptime pkgs memory palette
# eval $HOME/.scripts/pfetch
# '';
fish_greeting = "";
tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main";
};
shellInit = ''