This file contains hidden or 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
# Enable the subsequent settings only in interactive sessions | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac | |
# Path to your oh-my-bash installation. | |
export OSH=/root/.oh-my-bash | |
# Set name of the theme to load. Optionally, if you set this to "random" |
This file contains hidden or 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
# Enable the subsequent settings only in interactive sessions | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac | |
# Path to your oh-my-bash installation. | |
export OSH=/root/.oh-my-bash | |
# Set name of the theme to load. Optionally, if you set this to "random" |
NewerOlder