Skip to content

Instantly share code, notes, and snippets.

@vaughany
Created March 20, 2019 11:31
Show Gist options
  • Save vaughany/73bc85694bb71f369231e8e569b621bb to your computer and use it in GitHub Desktop.
Save vaughany/73bc85694bb71f369231e8e569b621bb to your computer and use it in GitHub Desktop.
Additions to .bashrc for time and Ansible-devel version.
# 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