summaryrefslogtreecommitdiff
path: root/zprofile
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-20 15:02:23 -0500
committerTim Keller <tjkeller.xyz>2024-10-20 15:02:23 -0500
commita691c5241574c051f85ccdb4b2fe037719cb1b58 (patch)
treee20a5b82e788692a2aefd47bdbd0031b580f9241 /zprofile
parent2dc486fb891e65658dff83ab34ca8878756a6a90 (diff)
downloadzsh-a691c5241574c051f85ccdb4b2fe037719cb1b58.tar.xz
zsh-a691c5241574c051f85ccdb4b2fe037719cb1b58.zip
make default wm awesome
Diffstat (limited to 'zprofile')
-rwxr-xr-xzprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zprofile b/zprofile
index f7b2549..b6b445e 100755
--- a/zprofile
+++ b/zprofile
@@ -1,6 +1,7 @@
#!/usr/bin/env zsh
# Default programs
+export WM='awesome'
export EDITOR='nvim'
export TERMINAL='alacritty'
export BROWSER='launch firefox'