summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-10-14 22:02:53 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-10-14 22:02:53 +0200
commitb944e114f49115d5212b8dfbf29ffd4af92ee59e (patch)
tree0858ba5f74d6b97ddbab7dabd4bcafd157138a23 /.profile
parentf5a9089dfb3692decc6592bd75a5b6dcf8dc8dcb (diff)
downloaddotfiles-b944e114f49115d5212b8dfbf29ffd4af92ee59e.tar.gz
dotfiles-b944e114f49115d5212b8dfbf29ffd4af92ee59e.tar.bz2
dotfiles-b944e114f49115d5212b8dfbf29ffd4af92ee59e.zip
cleaned up envvars
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" &