diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
commit | 269e617fea39658233db38ad503030c4fe040e80 (patch) | |
tree | 6a0287e6e892d5a673b6a60d1da9b013b2257a75 /ratpoison/functions | |
parent | c955393cbd6e135fe351876f28993290df61fdfa (diff) | |
download | dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.gz dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.bz2 dotfiles-269e617fea39658233db38ad503030c4fe040e80.zip |
Spring cleanup!
Diffstat (limited to 'ratpoison/functions')
-rw-r--r-- | ratpoison/functions | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ratpoison/functions b/ratpoison/functions deleted file mode 100644 index fe9ab02..0000000 --- a/ratpoison/functions +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -function indent { - echo ":: $*" -} - |