mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-24 00:23:12 +03:00
+ .bashrc
This commit is contained in:
commit
1960971993
20
.bashrc
Normal file
20
.bashrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# .bashrc
|
||||||
|
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
|
source $HOME/.bash_aliases
|
||||||
|
|
||||||
|
man() {
|
||||||
|
LESS_TERMCAP_md=$'\e[01;31m' \
|
||||||
|
LESS_TERMCAP_me=$'\e[0m' \
|
||||||
|
LESS_TERMCAP_se=$'\e[0m' \
|
||||||
|
LESS_TERMCAP_so=$'\e[01;44;37m' \
|
||||||
|
LESS_TERMCAP_ue=$'\e[0m' \
|
||||||
|
LESS_TERMCAP_us=$'\e[01;32m' \
|
||||||
|
command man "$@"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user