From 0042e1ab913dcdc1a908df495e8df5bdb8eab297 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Mon, 15 Sep 2025 23:29:05 +0200 Subject: blabla --- .profile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 60d4ba4..12237fd 100644 --- a/.profile +++ b/.profile @@ -13,9 +13,8 @@ export EDITOR="vim" export SHELL="zsh" export TERMINAL="st" -export ZSHDIR="$HOME/.config/shell" -export SCRIPTS="$HOME"/.scripts -export ALIASRC="$ZSHDIR/aliasrc" +export SCRIPTS="$HOME/.scripts" +export ALIASRC="$ZDOTDIR/aliasrc" export VIMINFO="$HOME/.config/vim/.viminfo" export VIMINIT="source $HOME/.config/vim/.vimrc" export LS_OPTIONS="-lha --color=auto" @@ -24,3 +23,7 @@ export PATH="$SCRIPTS:$HOME/.cargo/bin:$HOME/.local/bin:$PATH" export RSYNC_OPTIONS="-rtvzP" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.config" +export STARDICT_DATA_DIR="$HOME/.local/share/stardict" + +# Use custom remaps from the script +remaps -- cgit v1.2.3