added bashrc
This commit is contained in:
parent
6f55fa414d
commit
83b4328f1c
9
.bashrc
Normal file
9
.bashrc
Normal 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
4
restorefiles.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
|
||||||
|
ln -s $PWD/.bashrc $HOME/
|
Loading…
x
Reference in New Issue
Block a user