feat: add thefuck and homebrew (dependency) to bashrc
This commit is contained in:
parent
928e7001f3
commit
757b42d7c6
1 changed files with 7 additions and 1 deletions
6
.bashrc
6
.bashrc
|
@ -117,5 +117,11 @@ export PATH="$HOME/nvim/bin:$PATH"
|
|||
# Theming
|
||||
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
|
||||
export PATH="$HOME/bin:$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue