Created
March 20, 2019 11:31
-
-
Save vaughany/73bc85694bb71f369231e8e569b621bb to your computer and use it in GitHub Desktop.
Additions to .bashrc for time and Ansible-devel version.
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
# Just adding the time to the start of the prompt, so I can tell when a command was run (roughly). | |
# Colours: https://misc.flogisoft.com/bash/tip_colors_and_formatting | |
export PS1="\e[2m\A\e[0m $PS1" | |
# Ansible (2.8 development branch) - comment out to get the regular Ansible version (2.7.8?). | |
source /home/username/repositories/ansible/hacking/env-setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment