Procházet zdrojové kódy

Add 'lt' -- as ll but sorted according to time

Alois Mahdal před 5 roky
rodič
revize
e76325ac53
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Zobrazit soubor

@@ -469,6 +469,7 @@ alias cls='clear'
469 469
 alias czkrates='czkrates -v'
470 470
 alias ll='ls -lh'
471 471
 alias lla='ls -lha'
472
+alias lr='ll -lhrt'
472 473
 alias open='gnome-open'
473 474
 alias diff='colordiff -u'
474 475
 alias dmesg='dmesg --time-format iso'