mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
fish: grow a tree on start
This commit is contained in:
parent
57daef65ff
commit
351fac1c4d
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@
|
||||||
# load cht.sh completions
|
# load cht.sh completions
|
||||||
''
|
''
|
||||||
complete -c cht -xa '(curl -s cheat.sh/:list)'
|
complete -c cht -xa '(curl -s cheat.sh/:list)'
|
||||||
|
'' +
|
||||||
|
# print a happy tree
|
||||||
|
''
|
||||||
|
cbonsai -p
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue