We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3990701 commit 49092f0Copy full SHA for 49092f0
.gitpod.yml
@@ -8,6 +8,7 @@ tasks:
8
sudo touch /workspace/.bash_history
9
sudo chmod -R 777 /workspace
10
sudo cp /workspace/project/.freeCodeCamp/.bashrc ~/.bashrc
11
+ echo -e '\nexport GIT_EDITOR=/usr/bin/nano' >> $HOME/.bashrc
12
13
command: |
14
sudo rm /workspace/project/CHANGELOG.md
0 commit comments