initial commit

This commit is contained in:
2020-07-31 17:21:06 +02:00
commit c510990195
5 changed files with 72 additions and 0 deletions

12
.bashrc_template Normal file
View File

@@ -0,0 +1,12 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='\[$(tput bold)$(tput setaf 2)\]\u@\h\[$(tput sgr0)\]:'
PS1+='\[$(tput bold)$(tput setaf 4)\]\W\[$(tput sgr0)\]$ '
. /usr/share/bash-completion/bash_completion
alias ls='ls --color=auto'
alias xo='xdg-open'