From 79460134ce7c9038d3c232f16794421469d48126 Mon Sep 17 00:00:00 2001 From: Xen0 Date: Tue, 3 Apr 2018 09:22:59 +0200 Subject: [PATCH] update --- .bashrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index d2b7c52..adce101 100644 --- a/.bashrc +++ b/.bashrc @@ -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 \ No newline at end of file