expanded path variables in zshrc
This commit is contained in:
parent
cff057083b
commit
848dfc74cd
1 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,13 @@ export BROWSER=links
|
||||||
export TUIR_BROWSER=librewolf
|
export TUIR_BROWSER=librewolf
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
|
# Configure thefuck
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
|
# Change with care:
|
||||||
|
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
|
||||||
|
# Configure grep output colors
|
||||||
|
export GREP_COLORS='ms=01;36'
|
||||||
|
|
||||||
# Enable fuzzy file finder
|
# Enable fuzzy file finder
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue