Added existing config files
This commit is contained in:
parent
01ed2a68e7
commit
ad5aec64d7
9 changed files with 3200 additions and 34 deletions
10
bash/.bashrc
Normal file
10
bash/.bashrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue