Skip to content

Instantly share code, notes, and snippets.

@villimagg
Created January 7, 2014 02:39
Show Gist options
  • Save villimagg/8293858 to your computer and use it in GitHub Desktop.
Save villimagg/8293858 to your computer and use it in GitHub Desktop.
dotfiles
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
export PATH="$HOME/.linuxbrew/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/.linuxbrew/lib:$LD_LIBRARY_PATH"
eval "$(rbenv init -)"
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment