First commit for arachnidsGrip

This commit is contained in:
2020-03-03 16:22:02 +01:00
commit 77123e6f67
19 changed files with 2641 additions and 0 deletions

17
.bashrc Normal file
View File

@@ -0,0 +1,17 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
LS_COLORS=$LS_COLORS:'di=0;36' ; export LS_COLORS
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi
export SHELL=/bin/zsh