Explorar el Código

Have cal always start with Monday

Alois Mahdal hace 10 años
padre
commit
dad2f62192
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Ver fichero

@@ -33,6 +33,7 @@ export HISTFILESIZE=10000
33 33
 export GLOBIGNORE=.:..
34 34
 
35 35
 # some more aliases
36
+alias cal='cal -m'
36 37
 alias cls='clear'
37 38
 alias clsz='clear_to_bottom'
38 39
 alias ll='ls -lh'