Skip to content

Commit

Permalink
Merge pull request #182 from gbe/add-ws-alias
Browse files Browse the repository at this point in the history
Add zsh alias 'ws' to quickly change directory to the workspace
  • Loading branch information
ShutdownRepo committed Jul 5, 2023
2 parents 8777575 + 6fbe8c0 commit b83d94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.ar
alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.argv[1])"'
alias sed-empty-line='sed /^$/d'
alias http-put-server='python3 /opt/resources/linux/http-put-server.py --bind 0.0.0.0'
alias ws='cd /workspace'

0 comments on commit b83d94a

Please sign in to comment.