1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

Updated a couple of things

This commit is contained in:
Ryan Kes 2019-06-01 14:03:38 +02:00
parent e1aa3abedf
commit d230bfabff
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +0,0 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc

1
nvim/.config/nvim/init.vim Symbolic link
View File

@ -0,0 +1 @@
/home/alrayyes/.spf13-vim-3/.vimrc

@ -1 +0,0 @@
Subproject commit d848c94804918138375041a9f800f401bec12068

View File

@ -90,10 +90,7 @@ source $ZSH/oh-my-zsh.sh
# nvim alias # nvim alias
alias vim="nvim" alias vim="nvim"
alias vi="nvim"
# ls alias
alias ls="lsd"
alias l="lsd -al"
# vifm alias # vifm alias
alias vifm="vifmrun" alias vifm="vifmrun"
@ -121,6 +118,9 @@ export VISUAL="vim"
# Enable password store extensions # Enable password store extensions
export PASSWORD_STORE_ENABLE_EXTENSIONS="true" export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
# Set gopath
export GOPATH=$HOME/go
# Refresh gpg-agent tty in case user switches into an X session # Refresh gpg-agent tty in case user switches into an X session
gpg-connect-agent updatestartuptty /bye >/dev/null gpg-connect-agent updatestartuptty /bye >/dev/null