configure stuff for ansible

master
Jean-Marie Mineau 3 years ago
parent 875e3d9a56
commit 4b763073a2

@ -5,3 +5,9 @@ set autoindent
filetype plugin on
syntax on
set encoding=utf-8
" secure vim to use secret
set noswapfile
set nobackup
set nowritebackup
set viminfo=

@ -4,6 +4,8 @@ xontrib load sh
xontrib load onepath
$XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
xontrib load ssh_agent
xontrib load bashisms
xontrib load coreutils
# env
$PATH.insert(0, $HOME+'/bin')
@ -13,6 +15,7 @@ $PATH.insert(0, $HOME+'/.cargo/bin')
$PATH.insert(0, $HOME+'/.gem/ruby/2.7.0/bin')
$DATA = '/media/me/dataDrive'
$LC_TIME= 'fr_FR.utf8'
$UPDATE_OS_ENVIRON = True
@ -32,6 +35,7 @@ aliases['.5'] = 'cd ../../../../..'
# vi = vim
aliases['vi'] = 'vim'
$EDITOR = 'vim'
# Package manager
aliases['upgrade'] = 'pacman -Suy && yay -Suy'

Loading…
Cancel
Save