summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
Diffstat (limited to 'apt')
-rwxr-xr-xapt/apt.conf.d/99-local-set-preferred-x-terminal-emulator2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator b/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator
index a28f44e..4dbb803 100755
--- a/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator
+++ b/apt/apt.conf.d/99-local-set-preferred-x-terminal-emulator
@@ -3,6 +3,6 @@
DPkg
{
Post-Invoke {
-"s=/usr/bin/urxvt; [ ! -x $s ] || update-alternatives --set x-terminal-emulator $s"
+"s=/usr/bin/urxvtcd; [ ! -x $s ] || update-alternatives --set x-terminal-emulator $s"
;};
};