1234567891011121314151617181920212223242526272829303132333435 |
- #!/bin/bash
-
- ######################################################
- ### things to do AFTER host/user-specific settings ###
- ######################################################
-
- ### .... ###
- ### BASH ###
- ### '''' ###
-
- make_ps1() {
- source "${HOME}/.bash/colors"
- # these functions must be already defined by ~/.bash/user
|