Browse Source

Add alias for ISO-8601 stamps in dmesg

Alois Mahdal 9 years ago
parent
commit
11418ed56f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View File

58
 alias lla='ls -lha'
58
 alias lla='ls -lha'
59
 alias open='gnome-open'
59
 alias open='gnome-open'
60
 alias diff='diff -u'
60
 alias diff='diff -u'
61
+alias dmesg='dmesg --time-format iso'
61
 alias pad4='sed -e "s/^/    /"'
62
 alias pad4='sed -e "s/^/    /"'
62
 alias grep='grep --color --binary-files=without-match'
63
 alias grep='grep --color --binary-files=without-match'
63
 alias sc='se --direction=encz.cz'
64
 alias sc='se --direction=encz.cz'