This commit is contained in:
2017-12-06 18:30:31 +01:00
parent 6bb44f3835
commit 77b96c3749
14 changed files with 219 additions and 8 deletions

17
bash/.bashrc Normal file
View File

@@ -0,0 +1,17 @@
#
# ~/.bashrc
#
source ~/.alias
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
eval $(thefuck --alias)
#... :P fancy stuffs
screenfetch -t -A "UBUNTU"
PS1='[\u@\h \W]\$ '