Explorar el Código

Added sc alias for Czech-English dictionary using se

Alois Mahdal hace 11 años
padre
commit
474b8bb0b4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc Ver fichero

@@ -20,6 +20,7 @@ alias diff='diff -u'
20 20
 alias pad4='sed -e "s/^/    /"'
21 21
 alias gitka='gitk --all'
22 22
 alias grepr='grep -nr . -e'
23
+alias sc='se --direction=encz.cz'
23 24
 
24 25
 ### ...... ###
25 26
 ### OTHERS ###