From e507b4866bc50ec1514219c4ed7bcefeb61c5ebd Mon Sep 17 00:00:00 2001 From: Xen0 Date: Sat, 10 Feb 2018 02:34:53 +0100 Subject: [PATCH] Upload files to '' --- .bashrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..d2b7c52 --- /dev/null +++ b/.bashrc @@ -0,0 +1,25 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='\u@\h \W> ' +alias vi='vim' +alias python='python2.7' +alias pastie="curl https://pst.moe/paste -F 'content=<- '" +alias TV="xrandr --output eDP-1 --auto --output HDMI-1 --auto --right-of eDP-1" +alias HDD="sudo mount -U 4109-5ADE /media/cdrom/" +alias movie="xset s off -dpms" +alias normie="xset s on +dpms" +alias bluetooth="echo -e 'power on\nconnect F0:13:C3:19:F5:EC\nquit' | bluetoothctl" +alias notv="xrandr --output eDP-1 --auto --output HDMI-1 --off" +alias canto="canto-curses" +alias mp3="youtube-dl -x --audio-format mp3" + +[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null + + +#exec fish