source-file [-Fnqv] [-t target-pane] path ...
(alias: source)
Execute commands from one or more files specified by path
(which may be glob(7) patterns). If -F is present, then
path is expanded as a format. If -q is given, no error
will be returned if path does not exist. With -n, the
file is parsed but no commands are executed. -v shows
the parsed commands and line numbers if possible.
VirtualTam's bookmarks
-
2025-01-17 -
- How To Customize the PostgreSQL Prompt with psqlrc on Ubuntu 14.04
- datachomp//dotfiles - psqlrc
- okbob/pspg - Pager specialized for tabular data
-
2018-05-17 - https://blog.scottlowe.org/2015/11/21/using-ssh-bastion-host/
- https://blog.scottlowe.org/2015/12/04/use-case-ssh-bastion-host/
- https://blog.scottlowe.org/2015/12/11/using-ssh-multiplexing/
- https://dotfiles.tnetconsulting.net/articles/2015/0506/empowering-openssh.html
- https://www.redhat.com/sysadmin/ssh-proxy-bastion-proxyjump
- https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-configure-a-jump-host-to-access-servers-that-i-have-no-direct-access-to
- https://gist.github.com/seansawyer/8fe009e67f7e01344328
-
2018-02-10 - https://code.djangoproject.com/wiki/UsingVimWithDjango
- http://www.vim.org/scripts/script.php?script_id=1487
- https://github.com/jmcomets/vim-pony/
- https://github.com/vim-scripts/django.vim
- https://github.com/tweekmonster/django-plus.vim
- https://stackoverflow.com/questions/4027961/describe-your-customized-vim-editor-for-python-django-development
- https://www.reddit.com/r/vim/comments/2zkxip/some_good_vimrcs_blog_posts_about_using_vim_with/
-
2017-09-25