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:
ackman678
2020-02-28 13:50:20 -08:00
parent a3d252137d
commit 6b3a0efc28
4 changed files with 138 additions and 52 deletions

10
.bashrc
View File

@@ -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'