vis: add keys for make, profile add CDPATH

This commit is contained in:
2025-10-08 22:30:39 +02:00
parent 876aa0ac1c
commit cef92f13c9
2 changed files with 7 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ export LANG=pl_PL.UTF-8
export EDITOR=vis
export VISUAL=vis
export CDPATH="$HOME:$HOME/src:$HOME/cloned:$HOME/dotfiles/vis/.config/vis/plugins"
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists