- 28 Mar, 2022 1 commit
-
-
Marc Cornellà authored
-
- 07 Mar, 2022 1 commit
-
-
Marc Cornellà authored
Related: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899
-
- 25 Feb, 2022 1 commit
-
-
Marc Cornellà authored
When the `git init` call fails, the directory is not created, so the rm command fails with a not found error. This change checks whether the directory exists before deleting it.
-
- 22 Feb, 2022 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10680
-
- 28 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 27 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 24 Jan, 2022 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes missing $USER value in ArchLinux sh (bash)
-
Marc Cornellà authored
-
- 11 Jan, 2022 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
The previous check only worked if the user could run `sudo` without typing the password, which is almost none (I checked in Google Cloud Shell so I failed to notice this). This new check works whether the user has no sudo privileges, or if it has, whether they have to type in the password or not. It should really be easier to check if the user doesn't have privilege without having to make them type the password.
-
Marc Cornellà authored
This fixes the error in Google Cloud Shell, where a password prompt appears when running `chsh` but the user (hello) does not have a password. If ran with `sudo`, the `chsh` command happens without a password prompt.
-
- 09 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 26 Dec, 2021 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 16 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10422
-
- 09 Nov, 2021 1 commit
-
-
Kevin Burke authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 23 Sep, 2021 1 commit
-
-
Marc Cornellà authored
-
- 22 Sep, 2021 1 commit
-
-
Marc Cornellà authored
Closes #8788 Co-authored-by:
Nikolas Garofil <nikolas@garofil.be>
-
- 25 Mar, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #9701
-
- 15 Mar, 2021 1 commit
-
-
Léa Gris authored
* refactor(install.sh): fix static analysis warnings Clear all warnings and errors raised by shellcheck.net static analysis. - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`. - Move variables out of`printf` format string. - Refactor/simplify string formatters for error and underline. - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters. * fix(uname): non-posix -o option * fix(install.sh): non portable which Replaced non-portable `which zsh` by portable `command -v zsh`
-
- 09 Nov, 2020 1 commit
-
-
Marc Cornellà authored
Also prefix all formatting functions with fmt_ Related: #9427
-
- 20 Aug, 2020 2 commits
-
-
Marc Cornellà authored
-
Adam G. Emerson authored
Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
- 17 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 01 Jul, 2020 1 commit
-
-
Alex Zdanowicz authored
Changing 'your' to 'you'
-
- 28 Jun, 2020 1 commit
-
-
Larson Carter authored
-
- 25 Feb, 2020 1 commit
-
-
Michael Dorst authored
* Add option to install OMZ without replacing .zshrc tools/install.sh respects REPLACE_RC environment variable --noreplace-rc flag sets REPLACE_RC='no' * Change REPLACE_RC=no to KEEP_ZSHRC=yes Change --noreplace-rc to --keep-zshrc
-
- 24 Feb, 2020 1 commit
-
-
Jonathan Chang authored
-
- 21 Nov, 2019 1 commit
-
-
Marc Cornellà authored
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
-
- 21 Oct, 2019 1 commit
-
-
Marc Cornellà authored
- core.autocrlf=false -> #4069 - fsck.zeroPaddedFilemode -> #4963 Fixes #4069 Fixes #4963
-
- 08 Sep, 2019 1 commit
-
-
Marc Cornellà authored
-
- 09 Jun, 2019 1 commit
-
-
Marc Cornellà authored
tput is error-prone and may not be needed, since all the formatting codes used are standard across all types of terminals.
-
- 03 Jun, 2019 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
tput may throw errors on invalid $TERM values, for example. This shorthand syntax allows for that as well as for if tput doesn't exist.
-
Zach Whitten authored
Co-authored-by:
Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com> Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-