latest config changes

This commit is contained in:
Alex Selimov 2026-03-26 22:36:22 -04:00
parent 86f31edec2
commit a14e1172d9
5 changed files with 92 additions and 7 deletions

View file

@ -16,8 +16,6 @@ setopt HIST_IGNORE_SPACE # Don't save commands starting with space
# Environment Variables
#==============================================================================
source ~/.profile
export OMPI_MCA_rmaps_base_oversubscribe=1
export CLICOLOR=1
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd
@ -146,7 +144,6 @@ bindkey '^[[B' history-substring-search-down
#==============================================================================
if [ "$(uname)" = "Darwin" ]; then
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/bin:$PATH"
alias ls="gls --classify --group-directories-first --color"
export NVIM_JDTLS_JAVA_HOME="/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home/"
else