X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/7d7a2fc968adc6124589e96d3bd8da96babd888f..fee021a2fd128742be90c24d771bd539908a312f:/.bashrc diff --git a/.bashrc b/.bashrc index 6b4d476..b38f7ea 100644 --- a/.bashrc +++ b/.bashrc @@ -87,6 +87,10 @@ aur() { cd ${1} } +function t { + cd $(mktemp -d /tmp/$1.XXXX) +} + # separate alias definitions file, if exists if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases