aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
committerVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
commitc915def7a196fd412a95e1614078531d6d36bb6d (patch)
treec29a40172c166ba5a3f306fc26bf60db4791ce7e /Shell
parentfd4464cbb193cc6e458e92e23853fd764d57e80f (diff)
downloaddotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip
massive upgrade to new laptop
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases11
-rw-r--r--Shell/zshrc2
2 files changed, 10 insertions, 3 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index 6320c72..9a21eb1 100644
--- a/Shell/bash_aliases
+++ b/Shell/bash_aliases
@@ -1,5 +1,11 @@
#if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime
+alias sp='chromium --app=https://play.spotify.com'
+alias wa='chromium --app=https://web.whatsapp.com'
+alias serial='screen /dev/$(basename $(ls /dev/ttyAC*|tail -1)) 9600n'
+
+# bauerbill
+alias bb='bb-wrapper'
#ip
alias ip='ip -c'
@@ -11,8 +17,8 @@ alias ,.='!!'
# mpv
alias mpvl='mpv --ytdl-format=43'
+alias mpv="mpv --ytdl-format 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4'"
-#Micrcontroller
alias serial='micronucleus --run ~/Sync/Programming/serial.hex'
alias yt='mpsyt'
@@ -70,7 +76,8 @@ alias o='less'
alias g='wget'
alias x='tar -xvzf'
alias a='tar -cvzf'
-alias i='yaourt -S'
+alias i='bb -S'
+alias ia='bb -S --aur'
alias p='sudo pacman -Rs'
alias clean='sudo pacman -Rsn $(pacman -Qdtq)'
alias t='optirun'
diff --git a/Shell/zshrc b/Shell/zshrc
index 6568d91..bbe35c2 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -27,7 +27,7 @@ export PATH="$HOME/bin:$PATH"
export EDITOR="vim"
export LD_LIBRARY_PATH=/usr/local/lib
-PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ "
+PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}▶ "
#RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]"