- 26 Jul, 2022 1 commit
-
-
Brian Wright authored
-
- 01 Jun, 2022 1 commit
-
-
Marc Cornellà authored
-
- 10 Apr, 2022 1 commit
-
-
Marc Cornellà authored
-
- 28 Mar, 2022 1 commit
-
-
Marc Cornellà authored
-
- 17 Mar, 2022 1 commit
-
-
thinszx authored
-
- 07 Mar, 2022 1 commit
-
-
Marc Cornellà authored
Related: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899
-
- 04 Mar, 2022 1 commit
-
-
SBado authored
-
- 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.
-
- 24 Feb, 2022 2 commits
-
-
Marc Cornellà authored
The previous check simply compared whether the last commit of the branch was the same in the local and the remote repository. This commit also checks whether the remote commit is an ancestor of the local commit. This fixes the case where the local repository has new commits after the last published commit.
-
Marc Cornellà authored
-
- 22 Feb, 2022 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10680
-
- 11 Feb, 2022 2 commits
-
-
Marc Cornellà authored
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
-
Marc Cornellà authored
Co-authored-by:
Philippe Troin <phil@fifi.org>
-
- 07 Feb, 2022 1 commit
-
-
Marc Cornellà authored
Fixes #9699
-
- 28 Jan, 2022 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 27 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 24 Jan, 2022 4 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes missing $USER value in ArchLinux sh (bash)
-
Marc Cornellà authored
-
- 22 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 13 Jan, 2022 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10587
-
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.
-
- 10 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 09 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 26 Dec, 2021 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 01 Dec, 2021 1 commit
-
-
Nick Aldwin authored
-
- 25 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10448
-
- 16 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10422
-
- 10 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10404
-
- 09 Nov, 2021 2 commits
-
-
Marc Cornellà authored
-
Kevin Burke authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 05 Nov, 2021 1 commit
-
-
Marc Cornellà authored
-