From 598fe65f17c24c9f90cbde57e2791964b269164e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 25 Oct 2025 16:10:34 +0200 Subject: Clean up/remove unused tools --- .bash_profile | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 59bda85..bec6eeb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -32,7 +32,6 @@ export USE_GKE_GCLOUD_AUTH_PLUGIN=True shopt -s checkwinsize # check the window size after each command and, if necessary, update LINES/COLUMNS # ==== Aliases -alias wttr='curl http://wttr.in/berlin' alias la='ls -a' alias dirs="dirs -v" alias srv="python3 -m http.server" # start simple server @@ -81,24 +80,6 @@ if command -v rbenv 1>/dev/null 2>&1; then eval "$(rbenv init -)" fi -# ==== pyenv config (and virtualenv) -if command -v pyenv 1>/dev/null 2>&1; then - eval "$(pyenv init --path)" - eval "$(pyenv init -)" - export PIPENV_VENV_IN_PROJECT=1 - export PATH="$HOME/.local/bin:$PATH" -fi - -# ==== python/pipx config. -if command -v pipx 1>/dev/null 2>&1; then - export PATH="$PATH:$HOME/.local/bin" -fi - -# ==== Rust config -if [ -f "$HOME/.cargo/env" ]; then - source "$HOME/.cargo/env" -fi - # ==== NVM config # node version manager from homebrew ,the source line to move install location # and prevent Node installs being lost upon upgrading nvm. @@ -107,12 +88,6 @@ if [ -f "$(brew --prefix nvm)/nvm.sh" ]; then source "$(brew --prefix nvm)/nvm.sh" fi -# ==== MISC config -if command -v thefuck 1>/dev/null 2>&1; then - # allow fuck to be alias of thefuck - eval "$(thefuck --alias)" -fi - # ==== Vault completeion if command -v vault 1>/dev/null 2>&1; then complete -C "$(brew --prefix)/bin/vault" vault -- cgit v1.2.3