Include more shell options, moving some from .bashrc.

This commit is contained in:
2026-01-12 14:42:59 +01:00
parent f02053513e
commit e6e4c68b60

View File

@@ -7,6 +7,7 @@
# #
export PATH=".local/bin:$PATH" export PATH=".local/bin:$PATH"
export LANG="en_GB.UTF-8"
# Use neovim for editor whenever available. # Use neovim for editor whenever available.
type nvim >/dev/null && { type nvim >/dev/null && {