From 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 08:00:24 -0400 Subject: Configuration file updates and additions. --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh/.zprofile') diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 3453af6..b3a4ec6 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -12,7 +12,7 @@ export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.loc # Defaults export BROWSER="firefox" export EDITOR="vim" -export TERMINAL="urxvt" +export TERMINAL="st" # Other vars export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -- cgit v1.2.3