this repo has no description
dotfiles

Add command to 'push jump'

* New function: `pj`
Resolves path with `j` (`z`) and pushes it with `pushd`.

+4
+4
zsh/.zshrc
··· 272 272 scrot $@ /tmp/scrotclip.png -e 'xclip -se c -t image/png -i $f && rm $f' 273 273 } 274 274 275 + pj() { 276 + pushd "$(j -e $@)" 277 + } 278 + 275 279 # WTF, Ansible? 276 280 export ANSIBLE_NOCOWS=1 277 281