bashrc: ts -> yodate
This commit is contained in:
parent
773d2e9825
commit
b1c287730a
@ -217,7 +217,7 @@ in {
|
||||
};
|
||||
initExtra = ''
|
||||
t() { git rev-parse --show-toplevel; }
|
||||
ts() { date --date=@"''${1:0:10}" +"%F %T"; }
|
||||
yodate() { date --date=@"''${1:0:10}" +"%F %T"; }
|
||||
source ${./gg.sh}
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user