Skip to content

Instantly share code, notes, and snippets.

View codyzu's full-sized avatar

Cody Zuschlag codyzu

View GitHub Profile
@codyzu
codyzu / .bashrc
Last active April 12, 2017 15:30
.bashrc for arch (antegros)
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# improve the path
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"