summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile22
1 files changed, 4 insertions, 18 deletions
diff --git a/.profile b/.profile
index 3b3caf6..d83a29f 100644
--- a/.profile
+++ b/.profile
@@ -1,25 +1,11 @@
#!/bin/sh
# Filip's .profile
-# Environmental variables
+# Set environmental variables
+. /home/filipek/.config/shell/envvarrc
-export BROWSER="librewolf"
-export EDITOR="vim"
-export SHELL="zsh"
-export TERMINAL="st"
-export IMAGE_VIEWER="sxiv"
-export SCRIPTS="$HOME/.scripts"
-export ALIASRC="$HOME/.config/shell/aliasrc"
-export VIMINFO="$HOME/.config/vim/.viminfo"
-export MYVIMRC="$HOME/.config/vim/.vimrc"
-export VIMINIT="source $MYVIMRC"
-export MANPAGER="vim -M +MANPAGER -"
-export PATH="$SCRIPTS:$HOME/.cargo/bin:$HOME/.local/bin:$PATH"
-export XDG_CONFIG_HOME="$HOME/.config"
-export XDG_DATA_HOME="$HOME/.config"
-
-# Use custom remaps from the script
-autostart="remaps xcompmgr xhidecursor slstatus"
+# Autostart stuff on reboot
+autostart="remaps slstatus xcompmgr xhidecursor"
for program in $autostart; do
pidof -sx "$program" || "$program" &