From ce2221c2535c9d12b5be2be4e6534aa08ba7dbc7 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 13 Oct 2016 18:58:36 +0100 Subject: Update with some new aliases --- Shell/bash_aliases | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Shell/bash_aliases b/Shell/bash_aliases index 72c252a..a284d4d 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,6 +1,9 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime # awesome perl echo 'one two three'| perl -lne 'print $2 if /one(.*)three/' +# mpv +alias mpvl='mpv --ytdl-format=43' + #Micrcontroller alias serial='micronucleus --run ~/Sync/Programming/serial.hex' @@ -19,6 +22,9 @@ alias chemistry='vim ~/Sync/Notes/Chemistry/chemistry.txt' alias english='vim ~/Sync/Notes/English/english.txt' alias swedish='vim ~/Sync/Notes/Swedish/swedish.txt' +#quiet +alias quiet='sudo hdparm -y /dev/sda' + #zombify alias zombify='sudo -u dork /home/vasko/dorknet/dork zombify' @@ -130,7 +136,7 @@ alias cfgpanel=' fgpanel --fg-root=/usr/share/games/flightgear --panel=Aircraft/ alias cfgfs='optirun fgfs --generic=socket,out,20,127.0.0.1,34200,udp,../Aircraft/c172p/Panels/FGPanel_Protocol_c172p' #alias xonotic='cd ~/.Xonotic && optirun ~/.Xonotic/xonotic-linux64-glx -sessionid vaskozl' alias blizz='wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Battle.net/Battle.net.exe' -alias starcraft='wine ~/.wine/drive_c/Program\ Files\ \(x86\)/StarCraft\ II/Support/SC2Switcher.exe' +alias starcraft='wine ~/.wine/drive_c/Program\ Files\ \(x86\)/StarCraft\ II/Support64/SC2Switcher_x64.exe' alias lotv='wine "/home/vasko/.wine/drive_c/Program Files (x86)/StarCraft II - Legacy of the Void Beta/Support/SC2Switcher.exe"' # Network tools -- cgit v1.2.3-54-g00ecf