commit d3909473a274f180c6b52dd6939ae632c3111cc9
parent 197e465bea2515be0c10c152d7cff5ff954905b4
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 5 Mar 2021 10:12:12 +0000
set hashwall and update greetings script to ahoy
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/zsh/.zsh/welcome.zsh b/zsh/.zsh/welcome.zsh
@@ -16,11 +16,12 @@ audio_vol() {
# script run on first terminal
script() {
cat ~/tmp/pyratebeard_ansi_md
- if [[ ${PTS} -lt "2" ]] ; then
+ if [[ ${PTS} -eq "2" ]] ; then
audio_vol
tmux new -s main -n '~'
+ hashwall -f '#131313' -b '#1e1b1c' -s 12
if [[ ${TMUX_PANE} == '%0' ]] ; then
- ~/bin/greetings
+ ~/bin/ahoy
fi
fi
}