Zsh: Add support for a little shell splash
This commit is contained in:
parent
2dd1e8632e
commit
a97753ba42
1
.profile-head
Executable file
1
.profile-head
Executable file
@ -0,0 +1 @@
|
||||
#!/bin/sh
|
3
.zshrc
3
.zshrc
@ -53,3 +53,6 @@ source $ZSH/oh-my-zsh.sh
|
||||
if [[ -f "$HOME/.profile" ]]; then
|
||||
source "$HOME/.profile" 2>& /dev/null
|
||||
fi
|
||||
if [[ -f "$HOME/.profile-head" ]]; then
|
||||
source "$HOME/.profile-head"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user