Compare commits

..

No commits in common. "8321fb3a86cd948b9b358c048e5e75118ce8569b" and "3df25cc2802df80d2ce88a20cc01b85efaf51690" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View File

@ -43,7 +43,6 @@ fi
if command -v git > /dev/null 2>&1; then if command -v git > /dev/null 2>&1; then
GIT_AUTO_FETCH_INTERVAL=3600 GIT_AUTO_FETCH_INTERVAL=3600
zinit snippet OMZL::git.zsh
zinit snippet OMZP::git zinit snippet OMZP::git
zinit snippet OMZP::git-extras zinit snippet OMZP::git-extras
zinit snippet OMZP::github zinit snippet OMZP::github

View File

@ -7,10 +7,6 @@ zu() {
exec zsh exec zsh
} }
gpsr() {
git push -u "$1" "$(git branch --show-current)"
}
ch() { ch() {
curl -s "https://cheat.sh/$1" | less -R curl -s "https://cheat.sh/$1" | less -R
} }

View File

@ -6,13 +6,6 @@
sudo apt-get install git zsh sudo apt-get install git zsh
``` ```
На системах, где нет пакета Zsh или есть только старая версия, можно установить статически
скомпилированную версию программы командой:
```ssh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)"
```
Установить рекомендуемые пакеты: Установить рекомендуемые пакеты:
```sh ```sh