Basic vim settings, plugins
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Overrides for default .bashrc aliases and exports
|
||||
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"'
|
||||
|
||||
# Default .bashrc aliases stored here
|
||||
|
||||
# Alias / export customizations
|
||||
|
||||
# colored GCC warnings and errors
|
||||
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
||||
@@ -12,24 +16,5 @@ alias l='ls -CF'
|
||||
# sleep 10; alert
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
|
||||
# Custom aliases / exports - Appended
|
||||
# echo "alias ls='ls -la'" >> ~/.bash_aliases
|
||||
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"'
|
||||
|
||||
alias config='/usr/bin/git --git-dir=/home/kapper/.cfg/ --work-tree=/home/kapper'
|
||||
|
||||
#export FONT='xft:InconsolataNerdFont'
|
||||
#export TERMINAL='urxvt -fn '$FONT' -e tmux -u'
|
||||
export TERMINAL='urxvt -e tmux -u'
|
||||
|
||||
export EDITOR='/usr/bin/vim'
|
||||
export VISUAL='/usr/bin/vim'
|
||||
export PATH=$PATH":$HOME/.local/bin/i3scripts"
|
||||
|
||||
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
||||
exec tmux
|
||||
fi
|
||||
eval "$(dircolors ~/.dir_colors)"
|
||||
export LS_COLORS="di=1;34:ln=31;47:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user