Skip to content

Instantly share code, notes, and snippets.

View phracek's full-sized avatar

Petr Hracek phracek

  • Red Hat
View GitHub Profile
@phracek
phracek / .bash_profile
Created September 5, 2018 07:47
My BashProfile
set +x
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
gfm() {
local tmp_opt=""
@phracek
phracek / .gitconfig
Created September 5, 2018 07:45
GitConfig
[user]
email = phracek@redhat.com
name = Petr \"Stone\" Hracek
[color]
ui = auto
[alias]
ci = commit --verbose -s
st = status
co = checkout