This commit is contained in:
Xen0 2018-04-03 09:22:59 +02:00
parent 87c64e2026
commit 79460134ce
1 changed files with 8 additions and 6 deletions

14
.bashrc
View File

@ -1,10 +1,7 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias sudo='sudo '
alias ls='ls --color=auto'
PS1='\u@\h \W> '
alias vi='vim'
@ -14,12 +11,17 @@ 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 bluetooth="echo -e 'power on\nconnect 00:00:00:01:7B:2C\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"
alias mumble="setsid :torsocks mumble"
alias cam="mpv av://v4l2:/dev/video0"
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null
#exec fish
#exec fish