+ Use dwmblocks on dwm
+ Added free disks indicator to polybar + Trying out lfimg (Buggy) + Rework rateUSD + Rework PATH, now detect any subdir inside .local/bin + lf now can be accessed inside vim
This commit is contained in:
parent
5d3f85eb80
commit
57c06d99ce
7 changed files with 49 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/zsh
|
||||
|
||||
# Path
|
||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||
PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
|
||||
# DEFAULT
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue