We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2870553 commit c3242c2Copy full SHA for c3242c2
1 file changed
zsh/.config/zsh/aliases
@@ -45,6 +45,7 @@ alias acti="source .venv/bin/activate"
45
alias scratch="$EDITOR /tmp/scratch-$(date +%s)"
46
alias ,remote-work="ssh $EXPERIMENT_VM"
47
alias s=",save"
48
+alias pwdp="pwd|p"
49
50
# agents
51
alias aw=",agent-workspace"
0 commit comments