Clean up unused configuration
This commit is contained in:
parent
7c710e33ac
commit
b674ab3a6c
2
kshrc
2
kshrc
@ -2,12 +2,10 @@ alias gpg='gpg2'
|
|||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias uwpass='PASSWORD_STORE_DIR=~/.pass/uw pass'
|
|
||||||
alias gca='git commit --amend --no-edit'
|
alias gca='git commit --amend --no-edit'
|
||||||
alias gpf='git push --force-with-lease'
|
alias gpf='git push --force-with-lease'
|
||||||
alias gs='git show'
|
alias gs='git show'
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias openvpn='sudo openvpn --config *.ovpn'
|
|
||||||
|
|
||||||
if [ -e "$HOME/.kshrc_private" ]; then
|
if [ -e "$HOME/.kshrc_private" ]; then
|
||||||
. "$HOME/.kshrc_private"
|
. "$HOME/.kshrc_private"
|
||||||
|
@ -38,11 +38,6 @@ set termguicolors
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
colorscheme Tomorrow-Night
|
colorscheme Tomorrow-Night
|
||||||
|
|
||||||
let g:gitgutter_sign_added = '+ '
|
|
||||||
let g:gitgutter_sign_modified = '~ '
|
|
||||||
let g:gitgutter_sign_modified_removed = '__'
|
|
||||||
let g:gitgutter_sign_removed = '_ '
|
|
||||||
|
|
||||||
" Syntax
|
" Syntax
|
||||||
syntax on
|
syntax on
|
||||||
set showmatch
|
set showmatch
|
||||||
|
2
profile
2
profile
@ -10,7 +10,7 @@ fi
|
|||||||
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
|
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
export GOPRIVATE="git.fuyu.moe/*/*,git.ultraware.nl/*/*,git.sinuss.nl/*/*"
|
export GOPRIVATE="git.fuyu.moe/*/*"
|
||||||
|
|
||||||
# Fixes
|
# Fixes
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
Loading…
Reference in New Issue
Block a user