1
0

Update .bashrc

This commit is contained in:
Deven Blake 2020-09-26 12:43:45 -04:00 committed by GitHub
parent d27ba25bed
commit c241786797

View File

@ -3,13 +3,15 @@ PS1="> "
PS2=">> "
PS3=">>> "
alias cls="clear"
# this is a thing I work on, it won't be useful to anyone else
ytfeed() {
cd /home/ibukimaya/github/ytfeed.py
./ytfeed.py
}
export PATH=$PATH":$HOME/bin"
# again, something specific to me (my media hard drive)
partone() {
sudo mount -L "PARTONE" /mnt/partone
}
alias iftoggle="sudo ip link set"
alias iftoggle="sudo ip link set"