Upload files to ''
This commit is contained in:
parent
f377c520b8
commit
e507b4866b
|
@ -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
|
Loading…
Reference in New Issue