Added existing config files

This commit is contained in:
Ian Keane 2020-01-15 14:14:30 -05:00
parent 01ed2a68e7
commit ad5aec64d7
9 changed files with 3200 additions and 34 deletions

4
bash/.bash_profile Normal file
View file

@ -0,0 +1,4 @@
# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc

10
bash/.bashrc Normal file
View file

@ -0,0 +1,10 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
export DISPLAY=:0
export LIBGL_ALWAYS_INDIRECT=1