Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Shellscripting question

Name: Anonymous 2012-02-07 10:24

How could I make a shellscript which will echo "Welcome home, oniichan!" whenever I cd to my home directory?

Name: Anonymous 2012-02-08 7:36

~/bin/cd:
#!/bin/sh
cd "$@"
if [ $PWD = $HOME ]
then
    echo "Welcome home, weeaboo!"
fi


.bashrc, .zshrc, etc.:
alias cd=~/bin/cd

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List