Created
March 4, 2016 22:31
-
-
Save chergert/25c5c2329e26d159bec4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -n "$UNDER_JHBUILD" ]; then | |
export PS1="\e[44mjhbuild\e[0m \W\$ " | |
/opt/gnome/libexec/evolution-source-registry &>/dev/null & | |
/opt/gnome/libexec/evolution-calendar-factory &>/dev/null & | |
disown -a | |
fi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment