Add bash config

This commit is contained in:
2022-08-16 23:04:14 +02:00
parent 454e77d877
commit b5411d9161

10
.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'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME'
PS1='[\u@\h \W]\$ '