mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-24 01:13:11 +03:00
remove man
conversion
This commit is contained in:
parent
a7b418b686
commit
66b51e83b9
14
.bashrc
14
.bashrc
@ -1,5 +1,7 @@
|
|||||||
# .bashrc
|
# .bashrc
|
||||||
|
|
||||||
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
@ -11,16 +13,4 @@ HISTSIZE= HISTFILESIZE=
|
|||||||
# Auto cd
|
# Auto cd
|
||||||
shopt -s autocd
|
shopt -s autocd
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
|
||||||
|
|
||||||
source $HOME/.bash_aliases
|
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