updating vim plugins

This commit is contained in:
2019-10-01 16:27:58 +02:00
parent 5b8c89bfce
commit 9d63d0a44a
9 changed files with 39 additions and 16 deletions
+3 -1
View File
@@ -57,6 +57,8 @@ if status --is-interactive
abbr --add bxrc 'bundle exec rails c'
abbr --add bxrs 'bundle exec rails s'
abbr --add cloud 'cd ~/Library/Mobile\ Documents/com~apple~CloudDocs'
abbr --add pg_start 'pg_ctl -D /usr/local/var/postgresql@9.5 start'
abbr --add pg_stop 'pg_ctl -D /usr/local/var/postgresql@9.5 stop'
end
# disable login greeting
@@ -67,4 +69,4 @@ set -g fish_user_paths "/usr/local/sbin" $fish_user_paths
# add kitty support
# kitty + complete setup fish | source
# set -g fish_user_paths "/usr/local/opt/postgresql@9.5/bin" $fish_user_paths
set -g fish_user_paths "/usr/local/opt/postgresql@9.5/bin" $fish_user_paths