Skip to content

Commit 2ae6ddf

Browse files
committed
bashrc: fix time formatting
1 parent c6fdfb4 commit 2ae6ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ _is_posix || which --version 2>/dev/null | grep -q GNU && alias which='(alias; d
118118

119119
# Misc stuffs
120120
FIGNORE='~'
121-
TIMEFORMAT='\nreal\t%3lR\t%P%%\nuser\t%3lU\nsys\t%3lS'
121+
TIMEFORMAT=$'\nreal\t%3lR\t%P%%\nuser\t%3lU\nsys\t%3lS'
122122

123123
unset script shopt
124124
# End /etc/bashrc

0 commit comments

Comments
 (0)