From 54f888bbc8c343db839fe7c3ca956e717c7133e1 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Mon, 20 Mar 2017 20:14:25 +0700 Subject: Update 20170320 --- meta/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/.bashrc') diff --git a/meta/.bashrc b/meta/.bashrc index 18171d0..e92745e 100644 --- a/meta/.bashrc +++ b/meta/.bashrc @@ -96,12 +96,12 @@ alias la='ls -A' # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. -alias x='cd ~ && startx' -alias scot='scrot ~/Pictures/Screenshots/%FT%T.png' alias gcc='gcc -O2 -lm' alias fpc='fpc -O1 -XS -gl' +alias mpa='mpv --no-video' alias mount='udevil mount' alias umount='udevil umount' +alias x='cd ~ && startx' TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r' if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases -- cgit 1.4.1