commit b33880ac42ab6bad1bdcc6f5bb1d042d9944dad4 parent 3e18fb6ee2e1c24830ce3bf8e01f77da6595b3eb Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 13 Apr 2017 00:09:00 +0200 rm useless script Diffstat:
my-rofi | | | 2 | +- |
my-urxvt | | | 4 | ---- |
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/my-rofi b/my-rofi @@ -2,7 +2,7 @@ if command -v rofi >/dev/null 2>&1 then -exec rofi -terminal ~/bin/my-urxvt "$@" +exec rofi -terminal ~/bin/urxvtcdfont "$@" else exec dmenu fi diff --git a/my-urxvt b/my-urxvt @@ -1,4 +0,0 @@ -#!/bin/bash - -urxvtcd -e ~/bin/urxvt_startup "$@" -