1
0
mirror of https://github.com/elisspace/old_dots.git synced 2026-08-29 15:44:04 +00:00

Revert "updating zsh?"

This reverts commit 75557795f3.
This commit is contained in:
elisspace
2022-06-04 12:44:14 -04:00
parent 6ce4346eb4
commit 33fd31847c
24 changed files with 29 additions and 16 deletions

24
.chezmoiexternal.toml Normal file
View File

@@ -0,0 +1,24 @@
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "archive"
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/themes/powerlevel10k"]
type = "archive"
url = "https://github.com/romkatv/powerlevel10k/archive/v1.15.0.tar.gz"
exact = true
stripComponents = 1
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "archive"
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"

View File

@@ -1 +1 @@
LAST_EPOCH=19144
LAST_EPOCH=19131

View File

@@ -1 +1 @@
18e7e5d0339f3491a6c0324e2443415309b56173 branch 'master' of https://github.com/ohmyzsh/ohmyzsh
39b600e9e564db3dec265fcf2e3db4b5568dd93a not-for-merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh

View File

@@ -1 +0,0 @@
39b600e9e564db3dec265fcf2e3db4b5568dd93a

View File

@@ -14,7 +14,6 @@
[oh-my-zsh]
remote = origin
branch = master
lastVersion = 39b600e9e564db3dec265fcf2e3db4b5568dd93a
[remote "origin"]
url = https://github.com/ohmyzsh/ohmyzsh.git
fetch = +refs/heads/*:refs/remotes/origin/*

Binary file not shown.

View File

@@ -1,5 +1,2 @@
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 branch: Created from origin/master
39b600e9e564db3dec265fcf2e3db4b5568dd93a 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 checkout: moving from master to master
39b600e9e564db3dec265fcf2e3db4b5568dd93a 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1654106824 -0400 checkout: moving from master to master
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: Fast-forward
18e7e5d0339f3491a6c0324e2443415309b56173 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 checkout: moving from master to master

View File

@@ -1,2 +1 @@
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 branch: Created from origin/master
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: Fast-forward

View File

@@ -1,2 +1 @@
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 fetch --depth=1 origin: storing head
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: fast-forward

View File

@@ -1 +1 @@
18e7e5d0339f3491a6c0324e2443415309b56173
39b600e9e564db3dec265fcf2e3db4b5568dd93a

View File

@@ -1 +1 @@
18e7e5d0339f3491a6c0324e2443415309b56173
39b600e9e564db3dec265fcf2e3db4b5568dd93a

View File

@@ -181,8 +181,6 @@ plugins=(... git)
| gupv | git pull --rebase -v |
| gupa | git pull --rebase --autostash |
| gupav | git pull --rebase --autostash -v |
| gupom | git pull --rebase origin $(git_main_branch) |
| gupomi | git pull --rebase=interactive origin $(git_main_branch) |
| glum | git pull upstream $(git_main_branch) |
| gwch | git whatchanged -p --abbrev-commit --pretty=medium |
| gwip | git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]" |

View File

@@ -307,8 +307,6 @@ alias gup='git pull --rebase'
alias gupv='git pull --rebase -v'
alias gupa='git pull --rebase --autostash'
alias gupav='git pull --rebase --autostash -v'
alias gupom='git pull --rebase origin $(git_main_branch)'
alias gupomi='git pull --rebase=interactive origin $(git_main_branch)'
alias glum='git pull upstream $(git_main_branch)'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'

View File

@@ -65,7 +65,7 @@ function is_update_available() {
local remote_head
remote_head=$(
if (( ${+commands[curl]} )); then
curl --conect-timeout 2 -fsSL -H 'Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
curl -m 2 -fsSL -H 'Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
elif (( ${+commands[wget]} )); then
wget -T 2 -O- --header='Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
elif (( ${+commands[fetch]} )); then