fix: upgrade guest kernel to 6.1.155 and neovim to latest via PPA

This commit is contained in:
Harivansh Rathi 2026-04-11 00:08:12 +00:00
parent 45d653b96d
commit f31a4aae35
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
export LANG="${LANG:-C.UTF-8}"
if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi

View file

@ -1,3 +1,5 @@
export LANG="${LANG:-C.UTF-8}"
HISTFILE="${HOME}/.zsh_history"
HISTSIZE=50000
SAVEHIST=50000