This commit is contained in:
2025-10-20 16:45:29 +03:00
parent cc3a281298
commit e5c749bd25
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
export EDITOR="nvim"
export VISUAL="nvim"
export PATH="$PATH:/home/tomas/.local/bin"
eval "$(dircolors)"
export LS_COLORS="${LS_COLORS}:ln=1;33:"
if [ -f "$HOME/.config/zsh/zshrc" ]; then
source "$HOME/.config/zsh/zshrc"
else