add .banner
This commit is contained in:
parent
5eed4e384b
commit
d567bbdeb3
3 changed files with 9 additions and 2 deletions
6
.banner
Normal file
6
.banner
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# echo shell header
|
||||||
|
ddate
|
||||||
|
echo
|
||||||
|
birthdays
|
||||||
|
echo
|
||||||
|
command cowsay -d $(fortune)
|
|
@ -1,4 +1,5 @@
|
||||||
*
|
*
|
||||||
|
!/.banner
|
||||||
!/.gitignore.d
|
!/.gitignore.d
|
||||||
!/.gitignore.d/zsh
|
!/.gitignore.d/zsh
|
||||||
!/.zprofile
|
!/.zprofile
|
||||||
|
|
4
.zshrc
4
.zshrc
|
@ -49,5 +49,5 @@ DIRSTACKSIZE=20
|
||||||
# source fzf
|
# source fzf
|
||||||
. /usr/share/doc/fzf/examples/key-bindings.zsh
|
. /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||||
|
|
||||||
# source autoload
|
# source banner
|
||||||
. ~/.autoload
|
. ~/.banner
|
||||||
|
|
Loading…
Reference in a new issue