- 07 May, 2019 6 commits
-
-
Marc Cornellà authored
-
Jannik authored
-
Marc Cornellà authored
Replace the alias with a function. Call `dirs` if arguments are given to `d`.
-
Kewang authored
-
i5ar authored
-
Wayne Porter authored
Signed-off-by: Wayne Porter <wporter82@gmail.com>
-
- 06 May, 2019 3 commits
-
-
Marc Cornellà authored
* Add search URL for angular 2 * Convert + to %20 encoding
-
Marc Cornellà authored
-
div_bhasin authored
-
- 05 May, 2019 1 commit
-
-
Marc Cornellà authored
-
- 04 May, 2019 3 commits
-
-
div_bhasin authored
-
div_bhasin authored
-
Peter Stevenson authored
Add important notice about `chsh -s /bin/zsh` command requiring the user to log out and log back in to see the changes.
-
- 03 May, 2019 1 commit
-
-
Marc Cornellà authored
-
- 01 May, 2019 1 commit
-
-
Israel Rodrigo Faria authored
-
- 29 Apr, 2019 4 commits
-
-
Marc Cornellà authored
Closes #7726
-
danhimalplanet authored
-
Marc Cornellà authored
This reverts commit 978b724c (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and later comments.
-
dorons authored
-
- 26 Apr, 2019 2 commits
-
-
Marc Cornellà authored
Fixes #7801
-
Mohammed Abd El-Ra'ouf authored
-
- 25 Apr, 2019 1 commit
-
-
Ibrahim Almuqrin authored
The simulator names changed after updating to Xcode 10.2 (iOS 12.2 SDK) I don't know how to prevent this change from affecting those who didn't update yet, but it worth noting that updating is now required in order to submit iOS apps to the App Store.
-
- 22 Apr, 2019 3 commits
-
-
Marc Cornellà authored
Fixes #7565
-
Francisco de Zuviría authored
cless is an alias for a colorized less wrappper: colorize_via_pygmentize_less. Note that cless opens many files as independent files, navigatable with `:n` and `:p`.
-
Yannis Mitsos authored
-
- 18 Apr, 2019 2 commits
-
-
Guillermo Azurdia authored
-
David Dejori authored
-
- 17 Apr, 2019 1 commit
-
-
Marc Cornellà authored
This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408
-
- 16 Apr, 2019 2 commits
-
-
Wade Wegner authored
-
KillWolfVlad authored
-
- 15 Apr, 2019 5 commits
-
-
Ivan Polchenko authored
-
Marc Cornellà authored
* convert to 2-space indentation * standardize sublime function name (subl) * simplify subl function definition into a single loop * convert functions into aliases * simplify alias creation * search for Sublime Text command only if not found * reorganize and clean up plugin * fix README * simplify cygwin path lookup * support path lookup for msys (Windows) * support path lookup for WSL (Windows) * fix for spaces in sublime path alias
-
Marc Cornellà authored
Change name function from `man` to `bwana`.
-
Marc Cornellà authored
-
Dante Calderon authored
Fix #5732 Change name function from `man` to `bwana`.
-
- 14 Apr, 2019 1 commit
-
-
akinnane authored
Revert cab1ac6e The change from the above commit breaks opening a new emacs frame if there isn't a existing frame open. When emacs is running in daemon mode, there will always be a frame associated with the daemon, even if there are no visible frames. The lisp function `frame-list`, will always return 1 frame. ``` emacsclient --eval '(frame-list)' (#<frame F1 0xa3c680>) ``` When an real frame is open, two frames are reported by the `frame-list` function. ``` emacsclient --eval '(frame-list)' (#<frame F1 0xa3c680> #<frame emacs Prelude - ~/oh-my-zsh/plugins/emacs/emacsclient.sh 0xf50e10>) ``` See: https://emacs.stackexchange.com/questions/44537/extra-frame-in-visible-frame-list-when-started-in-daemon-mode-is-causing-prob https://emacs.stackexchange.com/questions/18859/dont-let-the-daemon-frame-make-a-file-visible
-
- 10 Apr, 2019 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
The previous version modified the whole environment leading to problems (see #7757). This version *adds* LANG=C to the current env, without overriding it completely. Fixes #7757.
-
Marc Cornellà authored
Fixes #7754
-
- 09 Apr, 2019 1 commit
-
-
Roman Perepelitsa authored
* Remove TRAPWINCH; it's unrelated to vi-mode * Update prompt with ad hoc KEYMAP variable Fixes mode indicator when the terminal window is resized
-