chore: Remove rust env from .bashrc, move tmux aliases here, redundant

path setting removed from .profile
This commit is contained in:
Pratik Tripathy
2024-12-24 18:46:35 +05:30
parent 1ceab0a908
commit 614e22dd67
3 changed files with 7 additions and 4 deletions

View File

@@ -3,9 +3,6 @@
[ ! -f "/home/linuxbrew/.linuxbrew/bin/brew" ] || eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
[ ! -f "/opt/homebrew/bin/brew" ] || eval "$(/opt/homebrew/bin/brew shellenv)"
# set PATH so it includes user's private bin if it exists
[ ! -d "$HOME/bin" ] || PATH="$HOME/bin:$PATH"
# set PATH so it includes user's private bin if it exists
# HACK: Appended to end of $PATH instead of beginning
# Kitty can't seem to locate nvim when .local/bin is path-ed earlier