10 lines
142 B
Bash
10 lines
142 B
Bash
|
|
|
|
#load ble.sh
|
|
source ~/.local/share/blesh/ble.sh
|
|
|
|
|
|
neofetch
|
|
cd() { builtin cd "$@" && pwd > ~/.cache/whereami; }
|
|
cd $(cat ~/.cache/whereami)
|