From f02d81cdd20fa3959df039067f30bce05d11a6b6 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 7 Mar 2020 18:42:09 +0100 Subject: [PATCH] add terminal `urxvtcd` --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index 4d743d2..d9f6075 100644 --- a/.zprofile +++ b/.zprofile @@ -12,6 +12,7 @@ export PAGER='less' export EDITOR='em' export VISUAL='em' export BROWSER='qutebrowser' +export TERMINAL='urxvtcd' # make the password-store use primary instead of clipboard export PASSWORD_STORE_X_SELECTION=primary