1
0

Bash configuration (use at own risk)

This commit is contained in:
Deven Blake 2020-09-26 12:42:51 -04:00 committed by GitHub
parent 16c366b3bf
commit d27ba25bed

15
dotfiles-old/.bashrc Normal file
View File

@ -0,0 +1,15 @@
complete -c man which
PS1="> "
PS2=">> "
PS3=">>> "
alias cls="clear"
ytfeed() {
cd /home/ibukimaya/github/ytfeed.py
./ytfeed.py
}
export PATH=$PATH":$HOME/bin"
partone() {
sudo mount -L "PARTONE" /mnt/partone
}
alias iftoggle="sudo ip link set"