1
0

profile changes

This commit is contained in:
Deven Blake
2021-01-05 08:30:00 -05:00
parent e67b084eb5
commit 34f1df3396
2 changed files with 9 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ alias audio="sudo mount -L 'AUDIO' /mnt/audio"
# other volumes
mnt() {
sudo test -d /mnt/$1 || sudo mkdir /mnt/$1
sudo mount /dev/$1 /mnt/$1 && sudo cd /mnt/$1
sudo mount /dev/$1 /mnt/$1 && cd /mnt/$1
}
# aliases for using a VGA monitor, i use these at home and at school
@@ -50,6 +50,10 @@ alias bedoff="xrandr --output VGA1 --off"
alias bedon="xrandr --output VGA1 --auto --right-of LVDS1"
# project i'm working on
alias ytfeed="python $HOME/github/ytfeed.py/cli.py"
ytfeed() {
cd $HOME/src/ytfeed.py/
source ./bin/activate
python ./cli.py
}
alias bmarks="firefox file:///home/trinity/bookmarks.html"
alias bmarks="firefox file:///home/trinity/bookmarks.html"