1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00
ohmyzsh/lib
Robert Estelle 01e934d634 clipboard: Add support for several more clipboards
This implements essentially the same heuristic as neovim, with the additional
(existing) special support for Cygwin.
See: e682d799fa/runtime/autoload/provider/clipboard.vim (L55-L121)
  - pbcopy, pbpaste (macOS)
  - cygwin (Windows running Cygwin)
  - wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
  - xclip (if $DISPLAY is set)
  - xsel (if $DISPLAY is set)
  - lemonade (for SSH) https://github.com/pocke/lemonade
  - doitclient (for SSH) http://www.chiark.greenend.org.uk/~sgtatham/doit/
  - win32yank (Windows)
  - tmux (if $TMUX is set)
2019-07-12 17:45:57 -04:00
..
bzr.zsh Modification to the frisk theme to work with the BZR lib 2013-11-06 20:10:59 -02:00
clipboard.zsh clipboard: Add support for several more clipboards 2019-07-12 17:45:57 -04:00
compfix.zsh compfix: fix check for empty string (#7674) 2019-03-21 20:35:00 +01:00
completion.zsh Allow completion of dot directories (#6803) 2018-05-07 18:15:01 +02:00
correction.zsh Don't correct cp commands (#4636) 2018-07-01 22:43:45 +02:00
diagnostics.zsh diagnostics: fix for reserved-word changes in zsh 5.1 2015-10-08 22:31:39 -04:00
directories.zsh init: run compinit before loading lib/ files 2019-05-07 21:30:06 +02:00
functions.zsh lib: optimize default and env_default 2019-02-25 23:20:47 +01:00
git.zsh lib: stop detecting git versions prior to 1.7.2 2019-04-09 20:38:13 +02:00
grep.zsh Correct repo dir 2015-09-23 18:47:09 -04:00
history.zsh lib: fix issues with nounset and parameters used before defined (#7433) 2019-04-09 12:58:45 +02:00
key-bindings.zsh Better research history with arrow keys 2015-12-14 01:08:55 +01:00
misc.zsh lib: add ability to disable magic functions 2019-05-11 13:47:12 +02:00
nvm.zsh nvm plugin improvements (#5265) 2016-08-07 19:36:44 +02:00
prompt_info_functions.zsh Themes: switch to using ruby_prompt_info() 2019-05-08 08:45:34 +02:00
spectrum.zsh use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
termsupport.zsh termsupport: add support for tmux* $TERM values (#7622) 2019-03-21 20:41:55 +01:00
theme-and-appearance.zsh Themes: switch to using ruby_prompt_info() 2019-05-08 08:45:34 +02:00