Skip to content

Commit

Permalink
remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
NissesSenap committed May 4, 2023
1 parent abe6e1f commit cd6c017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Instead my plan is to write a simple script that I will run from time to time to
# Create the backup
code --list-extensions > vscode-extensions.list
# To install on a new client
cat vscode-extensions.list | xargs -L 1 codium --install-extension
cat vscode-extensions.list | xargs -L 1 code --install-extension
# It might have to say code or codium depending on os.
```

Expand Down
1 change: 0 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export EDITOR=vim
# My aliases
alias cdp="cd ~/projects"
alias cdg="cd ~/go/src/github.com/NissesSenap"
alias code="codium"
alias iw="init-workspace"

#Yarn
Expand Down

0 comments on commit cd6c017

Please sign in to comment.