summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2025-09-27 15:56:46 +0200
committerGitHub <noreply@github.com>2025-09-27 15:56:46 +0200
commit6d5482ef59d1a3ae3b40b4583317ebe802f81447 (patch)
tree4a157a0d5cb37f70b2a1933e606f9695441e33b7 /.gitpod.yml
parent763aab3271f4bbe3b41caabd28088b7fb31abae4 (diff)
downloadzsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.tar.gz
zsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.tar.bz2
zsh-6d5482ef59d1a3ae3b40b4583317ebe802f81447.zip
chore: remove obsolete gitpod integration (#13334)
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
deleted file mode 100644
index ccc57242c..000000000
--- a/.gitpod.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-image:
- file: .gitpod.Dockerfile
-
-tasks:
- - init: |
- export EDITOR="command gp open -w" VISUAL="command gp open -w"
- cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc
- ln -sf /workspace/ohmyzsh ~/.oh-my-zsh
- command: exec zsh