diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-10 22:12:23 +0900 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-10 22:12:23 +0900 |
commit | 62e8d1f59ac041ae83acfb263eaadc3f823b18f9 (patch) | |
tree | 9659a7a757b3bb12668963717df7fea8d7d1f432 | |
parent | fa5d781c67436f147bd6114d5c8d2b87ddd70e35 (diff) | |
download | dotfiles-62e8d1f59ac041ae83acfb263eaadc3f823b18f9.tar.gz dotfiles-62e8d1f59ac041ae83acfb263eaadc3f823b18f9.zip |
bashrc added timestep alias to put timestep on file names
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |