diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 01:53:07 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 01:53:07 -0400 |
commit | e860d9a8f7ca586fa88ba2f0b1325377ebb14615 (patch) | |
tree | 22775fb8343e95ae56b26a8207b6a31c857ee419 /.profile | |
parent | c295d8331ff5193cb97b1e3f6b15836654b010cc (diff) |
dwmblocks scripts
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')" export PATH=$PATH:/root/.local/bin export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:$HOME/.cargo/bin -export PATH=$GOPATH/bin:$PATH +export PATH=$PATH$( find $HOME/.local/bin/ -type d -printf ":%p" ) export QT_QPA_PLATFORMTHEME="qt5ct" export EDITOR=/usr/bin/nvim export READER=/usr/bin/zathura |