diff --git a/zsh/utility b/zsh/utility index 64e6201..912f2cb 100644 --- a/zsh/utility +++ b/zsh/utility @@ -20,3 +20,4 @@ alias gitbranchcleanup='git branch -d $(git branch | sed -E "/develop|master|\*/ alias pd='pushd'; alias qd='popd'; alias ds='dirs'; +alias cdo='cd $(xclip -o)';