initial commit
This commit is contained in:
12
.bashrc_template
Normal file
12
.bashrc_template
Normal 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'
|
||||
Reference in New Issue
Block a user