Last active
August 28, 2019 17:39
-
-
Save gcormier/3dbb300ff6d1abfd7430acbf50d6d2f8 to your computer and use it in GitHub Desktop.
bashrc
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
echo set -g default-terminal "screen-256color" > ~/.tmux.conf | |
echo set-option -g prefix C-a > ~/.tmux.conf | |
alias tf=terraform | |
export PACKER_LOG=1 | |
export PACKER_LOG_PATH=~/.packer/log.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment