summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-10-25 16:10:34 +0200
committerAhmed Abdelhalim <[email protected]>2025-10-25 16:32:12 +0200
commit598fe65f17c24c9f90cbde57e2791964b269164e (patch)
tree0d96aec4aa62eb9b598c2ff160677b15bb92e19d /.bash_profile
parent6a3f24d85059942b6030f494feacc48c5913c255 (diff)
Clean up/remove unused tools
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile25
1 files changed, 0 insertions, 25 deletions
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