feat: add thefuck and homebrew (dependency) to bashrc

This commit is contained in:
Mohammad Rafiq 2025-02-20 03:03:04 +08:00
parent 928e7001f3
commit 757b42d7c6

View file

@ -117,5 +117,11 @@ export PATH="$HOME/nvim/bin:$PATH"
# Theming # Theming
export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ " export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ "
# Homebrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# thefuck
eval $(thefuck --alias)
# Path setting # Path setting
export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin:$PATH"