added bashrc

This commit is contained in:
Shihaam Abdul Rahman 2022-11-15 23:10:12 +05:00
parent 6f55fa414d
commit 83b4328f1c
Signed by: shihaam
GPG Key ID: 5641D129E0B55604
2 changed files with 13 additions and 0 deletions

9
.bashrc Normal file
View File

@ -0,0 +1,9 @@
#load ble.sh
source ~/.local/share/blesh/ble.sh
neofetch
cd() { builtin cd "$@" && pwd > ~/.cache/whereami; }
cd $(cat ~/.cache/whereami)

4
restorefiles.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
ln -s $PWD/.bashrc $HOME/