summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 599924a..0e3856e 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -4,6 +4,9 @@
## Modified env vars.
export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
+ ## Useful vars.
+export MAINMON="DP-0"
+export SECMON="HDMI-0"
## Default programs.
export EDITOR="nvim"
export TERMINAL="alacritty"