Skip to content

Instantly share code, notes, and snippets.

@silentbicycle
Created May 7, 2013 17:34
Show Gist options
  • Select an option

  • Save silentbicycle/5534482 to your computer and use it in GitHub Desktop.

Select an option

Save silentbicycle/5534482 to your computer and use it in GitHub Desktop.
The only limit is yourself.
$ cat ~/tmp/welcome
__ __ _ _
\ \ / /__| | ___ ___ _ __ ___ ___ | |_ ___
\ \ /\ / / _ \ |/ __/ _ \| '_ ' _ \ / _ \ | __/ _ \
\ V V / __/ | (_| (_) | | | | | | __/ | || (_) |
\_/\_/ \___|_|\___\___/|_| |_| |_|\___| \__\___/
_____ _ ____
|__ /___ _ __ ___ | |__ ___ / ___|___ _ __ ___
/ // _ \| '_ ' _ \| '_ \ / _ \| | / _ \| '_ ' _ \
/ /| (_) | | | | | | |_) | (_) | |__| (_) | | | | | |
/____\___/|_| |_| |_|_.__/ \___/ \____\___/|_| |_| |_|
$
$ export PS1=$(cat ~/tmp/welcome)
__ __ _ _
\ \ / /__| | ___ ___ _ __ ___ ___ | |_ ___
\ \ /\ / / _ \ |/ __/ _ \| '_ ' _ \ / _ \ | __/ _ \
\ V V / __/ | (_| (_) | | | | | | __/ | || (_) |
\_/\_/ \___|_|\___\___/|_| |_| |_|\___| \__\___/
_____ _ ____
|__ /___ _ __ ___ | |__ ___ / ___|___ _ __ ___
/ // _ \| '_ ' _ \| '_ \ / _ \| | / _ \| '_ ' _ \
/ /| (_) | | | | | | |_) | (_) | |__| (_) | | | | | |
/____\___/|_| |_| |_|_.__/ \___/ \____\___/|_| |_| |_|
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment