Update .bashrc
This commit is contained in:
parent
d27ba25bed
commit
c241786797
@ -3,12 +3,14 @@ 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user