Browse Source

Add alias for easy cloning of terminal window

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

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

@@ -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'