添加新配置
On branch main Changes to be committed: new file: bash/.Xresources new file: bash/.bashrc new file: bash/.config/i3/config new file: bash/.gitconfig new file: bash/.vimrc new file: bash/.xinitrc
This commit is contained in:
13
bash/.bashrc
Normal file
13
bash/.bashrc
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && source /usr/local/share/bash-completion/bash_completion.sh
|
||||
xrdb -merge .Xresources
|
||||
Reference in New Issue
Block a user