Added 'cdo' which is 'cd into xclip -o'

This commit is contained in:
Wryn Wagner 2020-04-22 19:14:04 -06:00
parent 5ead197bfe
commit f1364b2994

View File

@ -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)';