0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
Commit graph

69 commits

Author SHA1 Message Date
Carlo Sala
c10a99406a
chore: typo 2024-08-20 16:34:08 +02:00
0x07CB
01a9556574
chore: use uname in ARCHFLAGS in .zshrc template (#12563) 2024-07-28 11:06:44 +02:00
Marc Cornellà
6fe78e0629
chore: better document top-level custom files for aliases (#12504)
See discussion in https://github.com/ohmyzsh/ohmyzsh/discussions/12504
2024-06-15 17:39:57 +02:00
Alessandro Miliucci
a779d6563f
chore(template): propose add .local/bin to PATH (#12417) 2024-05-16 22:13:36 +02:00
Marc Cornellà
69a45a9c98
chore: zshrc update settings rewording 2021-10-06 10:14:39 +02:00
Marc Cornellà
0120749a54
feat(updater): add mode to only remind you to update when it's time (#10187)
Fixes #10187

Co-authored-by: NoPreserveRoot <NoPreserveRoot@pm.me>
2021-10-04 10:47:10 +02:00
Marc Cornellà
3c9743313c
refactor(updater): change auto-update settings to use zstyle 2021-10-04 10:47:10 +02:00
Simon Rogers
16de514047
feat(lib): allow setting custom completion dots sequence (#9424)
Closes #9424
Closes #9703

Co-authored-by: mortezadadgar <mortezadadgar97@gmail.com>
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-09-22 11:30:07 +02:00
Suhas Karanth
5db205908e
chore: caution against COMPLETION_WAITING_DOTS in template (#8352) 2021-01-15 16:49:46 +01:00
Jethro Lee
a8fee4036b
Edit for better consistency in template (#8593) 2020-07-06 17:12:00 +02:00
Janek
e85ecf95a9
Use oh-my-zsh path variables in zshrc.zsh-template (#8960) 2020-05-23 17:22:09 +02:00
Marc Cornellà
b80b1a1e8b Actions to take after repository migration is complete (#8394)
* Change project URL from robbyrussell to ohmyzsh org

* Update git remote to use ohmyzsh org repository
2019-11-20 17:26:18 -08:00
Marc Cornellà
486fa1010d lib: add ability to disable magic functions
Fixes #5499
Fixes #5569
Fixes #6338
Fixes #6654
Fixes #6255
Fixes #7632

Closes #7763

Co-authored-by: Daniel Galán y Martins <git@galan.de>
2019-05-11 13:47:12 +02:00
Marc Cornellà
d4a3e0645b
zshrc: add option to bypass update prompt (#5891) 2019-05-05 21:23:32 +02:00
Marc Cornellà
9981479900
zshrc: remove SSH_KEY_PATH comment
Fixes #5741
2019-04-08 17:34:59 +02:00
Rehan Mahmood
b9670d0409 template: change plugins definition to single line (#7498) 2019-01-20 20:31:23 +01:00
Samuel Lelièvre
77d75d7fcd Clarify random theme setting (#7090)
Clarify random theme setting, in particular how to know
which theme was loaded if picked at random.
2018-08-29 11:50:52 -07:00
Cristian Consonni
d3e3b2dd0d Add support for custom timestamp format in history (#6770) 2018-07-13 13:14:15 +02:00
Robby Russell
7a7480b987 Updating template and README to list plugins on individual lines vs one long one. Easier scanning for you and me. 2017-11-08 10:46:40 -08:00
Robby Russell
a1d13aa0b4 Merge branch 'Random_Theme_From_List' of https://github.com/Gnouc/oh-my-zsh into Gnouc-Random_Theme_From_List 2017-11-01 05:35:37 -07:00
Rob Freiburger
fbc878cb66 Adds option to disable auto update prompt
I noticed this option was missing from the template. When I followed the directions in README to enable it, I put it below line 59 without noticing it wouldn't have any effect by then. Prevent others from making a rookie mistake like mine.
2017-02-18 04:31:36 -06:00
Timothy Blumberg
b94d9e26e5 Changed dsa --> rsa in zshrc.zsh-template file (#5603) 2016-11-02 17:53:54 +01:00
Marc Cornellà
9e81b79d90 Reorder zshrc template 2016-08-23 09:42:32 +02:00
Felipe Vargas
551abfcbb4 Remove undesirable hardcoding of PATH into zshrc (#4925)
See robbyrussell@b67961d
2016-06-16 21:56:34 +02:00
LE Manh Cuong
5e77e00ad5 Some improvements
- Adding documentation
 - Note the effect empty array
 - Fix spelling
 - Using new test `[[...]]`
2015-12-18 14:15:38 +07:00
LE Manh Cuong
531c41cdfe Allow loading themes from predefined list 2015-12-18 08:28:22 +07:00
Jordan Klassen
45121611fe Update template zshrc with HYPHEN_INSENSITIVE 2015-05-01 15:10:45 -07:00
Doan Truong Thi
b6b1dd3cd7 Fix Yosemite broken zsh where $PATH var does not get appended correctly.
Sourcing oh-my-zsh immediately after export PATH.
2014-11-21 10:07:23 +09:00
Dražen Lučanin
7297b446b8 too many plugins = slow init warning 2014-06-04 10:53:19 +02:00
Sean McCann
1ad1c52797 Move aliases to 'custom' section of .zshrc template
By convention, user-specific aliases are kept in each user's .zshrc
file. The .zshrc template provided by oh-my-zsh has an area for example
aliases, though these were being loaded before other aliases in libs, plugins,
and themes. As a result, personal aliases could be overwritten by these
other aliases as they are loaded. To make personal customization easier, the
sample aliases section of the .zshrc template has been moved to the area
dedicated for personal customization. This section of the configuration
is processed after all other items are loaded, preventing personal aliases
and exports from being inadvertently clobbered by oh-my-zsh.
2014-05-25 22:55:56 +02:00
Simon Courtois
4c64cf4a25 Replacing DISABLE_CORRECTION with ENABLE_CORRECTION in zshrc template
Since commands auto-correction must be explicitly enable with
the ENABLE_CORRECTION envvar, this commit replaces the unaccurate
example in the zshrc template.
2014-05-24 20:07:05 +02:00
Luke Horvat
5f09d0f6dd Fixed typos + made wording more consistent in zshrc.zsh-template 2014-03-25 22:12:30 +11:00
ncanceill
6889dfaa46 $ZSH is the OMZ installation folder, not configuration 2014-03-23 15:03:36 +01:00
ncanceill
04c2d29398 mention $ZSH_CUSTOM as suggested in #2295 2014-03-23 15:03:16 +01:00
ncanceill
f9ad3686bb suggest setting $LANG to fix #1286 and fix #1823 2014-03-23 15:02:58 +01:00
Robby Russell
95302af79b Merge pull request #646 from whittle/master
Change default zshrc to export $ZSH (as required by check_for_upgrade.sh).
2014-03-22 13:51:47 -07:00
Foivos
e97811913b Improve comments 2013-12-08 07:16:40 +02:00
Foivos
be6b1b3b8f Improve comments 2013-12-08 07:11:33 +02:00
Robby Russell
0d352109e9 Merge pull request #1087 from avit/install-template
Add configuration placeholders to installer template
2013-12-02 23:49:00 -08:00
Robby Russell
44c7fd976b Merge pull request #1928 from dongweiming/add-hist-stamp
Add option for show in the command execution time stamp in the history
2013-12-02 23:38:26 -08:00
Andrew Vit
1e9f55f09d Add configuration placeholders to installer template
Although the zshrc template adds a PATH= string, this is overwritten by the installer script.
This allows it to be placed anywhere in the file instead of having to append at the end.
2013-10-25 14:50:27 -07:00
David Strawn
9d2b5c841e Fixed comments in zshrc.zsh-template about disabling auto updates.
Previously they did not make sense nor were they accurate.
2013-09-14 12:26:33 -06:00
dongweiming
77cf869605 Add option for show in the command execution time stamp in the history 2013-06-30 20:54:23 +08:00
Robby Russell
a2c8db9eb3 Resolving conflict in #1266 merge 2013-04-23 20:30:21 -07:00
Robby Russell
78bb69968d Merge pull request #1734 from cborgia/master
simple grammar change in template file
2013-04-23 19:45:15 -07:00
Jeremy Attali
e41714d72c Added option to allow untracked files as non dirty
In this commit, the option only works for git but it should not be to hard for
someone who knows svn to so the same.
This commit is largely inspired by @yoavweiss, I only added an option to use
it.
2013-04-22 10:59:08 +02:00
Chris Borgia
52dc3b99f9 Edited Grammar in template file 2013-04-18 16:43:54 -04:00
Robby Russell
ded745bf14 Modifying documentation in zshrc template for new config option 2012-11-30 05:58:08 -08:00
Eric Danielson
200a25818a Add UPDATE_ZSH_DAYS setting 2012-11-26 11:35:16 -08:00
Morgan Larosa
682961e930 Add a configuration option to disable autocorrect 2012-07-28 08:25:15 +10:00