projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1401d7c
)
bash: add t function
author
Amin Bandali
<bandali@gnu.org>
Wed, 4 Dec 2019 03:11:52 +0000
(22:11 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 4 Dec 2019 03:11:52 +0000
(22:11 -0500)
.bashrc
patch
|
blob
|
blame
|
history
diff --git
a/.bashrc
b/.bashrc
index
6b4d476
..
b38f7ea
100644
(file)
--- 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