dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | 694c2e98eedeebd4cef3f1490f392edb81260780 |
parent | d46330ea6d8fc4a6a2fc58d47a1e47016189c83e |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Thu, 22 Feb 2024 11:02:14 +0000 |
Add ~/bin to PATH and gitignore for user scripts
Diffstat:M | .gitignore | | | ++++ |
M | .xdg/config/bash/bash_profile | | | + |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -11,3 +11,7 @@
.xdg/config/wget-hsts
.xdg/data
.xdg/state
!bin
!bin/*
bin/.*.swp
diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile
@@ -17,3 +17,4 @@ export PASSWORD_STORE_EXTENSIONS_DIR="$XDG_DATA_HOME/pass-store/.extensions"
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
export LYNX_CFG="$XDG_CONFIG_HOME/lynx.cfg"
export PATH=$HOME/bin:$PATH