sway the things
- add screenshot shortcut to sway config
- updated ctags, tagbar for vim.
- Markdown and BibTex now included, rm ctags config file
- and updated vimrc with altered ctags linkers
This commit is contained in:
10
.bashrc
10
.bashrc
@@ -14,6 +14,16 @@ RESET="\[$(tput sgr0)\]"
|
||||
#PS1="${BLUE}\u@\h \W>${RESET} "
|
||||
PS1="${BLUE}\W>${RESET} "
|
||||
|
||||
man() {
|
||||
LESS_TERMCAP_md=$'\e[01;31m' \
|
||||
LESS_TERMCAP_me=$'\e[0m' \
|
||||
LESS_TERMCAP_se=$'\e[0m' \
|
||||
LESS_TERMCAP_so=$'\e[01;44;33m' \
|
||||
LESS_TERMCAP_ue=$'\e[0m' \
|
||||
LESS_TERMCAP_us=$'\e[01;32m' \
|
||||
command man "$@"
|
||||
}
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias l='ls'
|
||||
alias la='ls -A'
|
||||
|
||||
Reference in New Issue
Block a user