comparison dot_zshrc @ 827:e4d67607d020

feat: install fzf and developer tools manually
author zegervdv <zegervdv@me.com>
date Wed, 03 Jan 2024 11:42:18 +0100
parents 8847b222a788
children 8a929c957d05
comparison
equal deleted inserted replaced
826:b2e6175efcad 827:e4d67607d020
289 289
290 # Exports 290 # Exports
291 export XDG_CONFIG_HOME=$HOME/.config 291 export XDG_CONFIG_HOME=$HOME/.config
292 export PATH=$HOME/bin:$PATH 292 export PATH=$HOME/bin:$PATH
293 export PATH=$HOME/.local/bin:$PATH 293 export PATH=$HOME/.local/bin:$PATH
294 export MANPATH=$HOME/.local/man:$MANPATH
294 295
295 export EDITOR=hx 296 export EDITOR=hx
296 export HGEDITOR=hx 297 export HGEDITOR=hx
297 298
298 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc 299 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc