mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
More updates
This commit is contained in:
parent
601fcd303b
commit
70ae1cd6b3
4 changed files with 45 additions and 20 deletions
|
|
@ -1,4 +0,0 @@
|
|||
" enable powerline
|
||||
python3 from powerline.vim import setup as powerline_setup
|
||||
python3 powerline_setup()
|
||||
python3 del powerline_setup
|
||||
|
|
@ -75,6 +75,4 @@ let g:vim_markdown_folding_disabled = 1
|
|||
|
||||
" settings for vim-airline
|
||||
let g:airline_theme='powerlineish'
|
||||
" import settings that are OS specific
|
||||
" source ~/.vimrc_os_specific
|
||||
|
||||
" let g:airline_powerline_fonts = 1
|
||||
|
|
|
|||
|
|
@ -99,9 +99,9 @@ if [[ $(uname) == 'Darwin' ]]; then
|
|||
export PATH=/usr/local/MacGPG2/bin:$PATH
|
||||
fi
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
# export GPG_TTY=$(tty)
|
||||
# export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
# gpgconf --launch gpg-agent
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ if [[ `uname` == 'Darwin' ]]; then
|
|||
export PATH=$PATH:$GEMBIN
|
||||
|
||||
# added by travis gem
|
||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
||||
# [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
||||
|
||||
# added to make pipx work
|
||||
[ -d /Users/gene/.local/bin ] && export PATH=$PATH:/Users/gene/.local/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue