diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/bash_aliases | 11 | ||||
-rw-r--r-- | Shell/zshrc | 2 |
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%}]" |