projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
guix: reinstall chaman, from scratch
[~bandali/configs]
/
.bashrc
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