aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bashrc b/conf/bashrc
index 87f34d7..1569bf0 100644
--- a/conf/bashrc
+++ b/conf/bashrc
@@ -70,7 +70,7 @@ alias usee='vim ~/perso/USEFULL_COMMANDS'
alias xbindkeys-reload="pkill xbindkeys; xbindkeys"
alias tn='tmux new-session -s'
alias ta='tmux attach'
-function now() { while read line; do echo -ne "`date ${1:++"$1"}` $line\n"; done }
+function now() { while read line; do echo -e "`date ${1:++"$1"}` $line"; done }
function htod() { echo "ibase=16; $1" | bc; }
function dtoh() { echo "obase=16; $1" | bc; }