Upload files to ''

This commit is contained in:
Xen0 2018-02-10 02:34:53 +01:00
parent f377c520b8
commit e507b4866b
1 changed files with 25 additions and 0 deletions

25
.bashrc Normal file
View File

@ -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