Explorar el Código

Add alias for easy cloning of terminal window

Alois Mahdal hace 8 años
padre
commit
c9ffb46ccc
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

@@ -225,6 +225,7 @@ GLOBIGNORE=.:..
225 225
 shopt -s histverify
226 226
 
227 227
 # some more aliases
228
+alias dt='urxvt &'
228 229
 alias cal='cal -m'
229 230
 alias cls='clear'
230 231
 alias ll='ls -lh'