dotfiles/.bashrc

10 lines
142 B
Bash
Raw Normal View History

2022-11-15 23:10:12 +05:00
#load ble.sh
source ~/.local/share/blesh/ble.sh
neofetch
cd() { builtin cd "$@" && pwd > ~/.cache/whereami; }
cd $(cat ~/.cache/whereami)