Skip to content

Instantly share code, notes, and snippets.

View MrEcco's full-sized avatar

Andre Buryndin MrEcco

View GitHub Profile
@MrEcco
MrEcco / .bashrc
Created October 23, 2020 21:46
Little tricks for binding terraform state to current branch
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac