Clean up unused configuration
This commit is contained in:
parent
7c710e33ac
commit
b674ab3a6c
3 changed files with 1 additions and 8 deletions
2
kshrc
2
kshrc
|
@ -2,12 +2,10 @@ alias gpg='gpg2'
|
|||
export GPG_TTY=$(tty)
|
||||
|
||||
alias vim=nvim
|
||||
alias uwpass='PASSWORD_STORE_DIR=~/.pass/uw pass'
|
||||
alias gca='git commit --amend --no-edit'
|
||||
alias gpf='git push --force-with-lease'
|
||||
alias gs='git show'
|
||||
alias gd='git diff'
|
||||
alias openvpn='sudo openvpn --config *.ovpn'
|
||||
|
||||
if [ -e "$HOME/.kshrc_private" ]; then
|
||||
. "$HOME/.kshrc_private"
|
||||
|
|
|
@ -38,11 +38,6 @@ set termguicolors
|
|||
set t_Co=256
|
||||
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 on
|
||||
set showmatch
|
||||
|
|
2
profile
2
profile
|
@ -10,7 +10,7 @@ fi
|
|||
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
|
||||
|
||||
# Go
|
||||
export GOPRIVATE="git.fuyu.moe/*/*,git.ultraware.nl/*/*,git.sinuss.nl/*/*"
|
||||
export GOPRIVATE="git.fuyu.moe/*/*"
|
||||
|
||||
# Fixes
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue