improve greeting message and list packages
This commit is contained in:
parent
4da65198a7
commit
3cc98a9783
2 changed files with 25 additions and 11 deletions
13
.config/fish/functions/fish_greeting.fish
Normal file
13
.config/fish/functions/fish_greeting.fish
Normal file
|
@ -0,0 +1,13 @@
|
|||
function fish_greeting --description 'Welcome the user'
|
||||
printf "%s" (set_color -o brblue)
|
||||
date +"%A %H:%M, %d/%m/%y"
|
||||
echo -e "\n"
|
||||
printf "Welcome to alpine, deke/dev-env edition\n"
|
||||
printf " Check out these tools:\n"
|
||||
printf " %sDiagnostics: %s btop, tcpdump, dust, fd, rg%s\n" (set_color white) (set_color -i brblue) (set_color normal)
|
||||
printf " %sCLI: %s zellij, helix, curl, wget, tar, zstd, jq%s\n" (set_color white) (set_color -i brblue) (set_color normal)
|
||||
printf " %sSVN: %s git, jj, lazygit, lazyjj%s\n" (set_color white) (set_color -i brblue) (set_color normal)
|
||||
printf " %sSVN: %s git, jj, lazygit, lazyjj%s\n" (set_color white) (set_color -i brblue) (set_color normal)
|
||||
printf " %sK8S: %s k0s, kubectl\n" (set_color white) (set_color -i brblue) (set_color normal)
|
||||
echo -e "\n"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue