summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-04-10 22:12:23 +0900
committerjohannst <stoelp@eit.uni-kl.de>2018-04-10 22:12:23 +0900
commit62e8d1f59ac041ae83acfb263eaadc3f823b18f9 (patch)
tree9659a7a757b3bb12668963717df7fea8d7d1f432
parentfa5d781c67436f147bd6114d5c8d2b87ddd70e35 (diff)
downloaddotfiles-62e8d1f59ac041ae83acfb263eaadc3f823b18f9.tar.gz
dotfiles-62e8d1f59ac041ae83acfb263eaadc3f823b18f9.zip
bashrc added timestep alias to put timestep on file names
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 82a94a2..8fc26fb 100644
--- a/bashrc
+++ b/bashrc
@@ -61,6 +61,7 @@ alias ups='\ps -fxww --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command'
alias pps='ps | grep -i $1'
alias penv='env | grep -i $1'
alias rsync='rsync --progress'
+alias ts='date +%Y%m%d_%H\h%Mm'
#}}}
#{{{ color definition