From b944e114f49115d5212b8dfbf29ffd4af92ee59e Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Tue, 14 Oct 2025 22:02:53 +0200 Subject: cleaned up envvars --- .profile | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to '.profile') 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" & -- cgit v1.2.3