From d95ca43fb54c39127bbe3fb6fe8bfc32ecad1d5f Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 2 Jul 2019 13:35:59 +0200 Subject: [PATCH] Bashrc cleanup --- bashrc | 3 --- profile | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 3ae9f8a..2fb6eb7 100644 --- a/bashrc +++ b/bashrc @@ -3,7 +3,6 @@ alias hello='echo "Hello :)"' alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000' alias w='watch -t -d -n 1' alias freq='watch -t -d -n 1 "cpufreq-info -c 0 -f; cpufreq-info -c 1 -f"' -export PATH=~/.bin:$PATH alias setclip='xclip -selection c' alias getclip='xclip -selection clipboard -o' alias wgetclip='wget `xclip -selection clipboard -o`' @@ -27,8 +26,6 @@ stty -ixon # Enable Vi editing mode set -o vi -export LESSCHARSET=utf-8 - git__prompt () { git rev-parse --show-toplevel > /dev/null 2>&1 if [ $? = 0 ] diff --git a/profile b/profile index d46bf43..0d4caaa 100644 --- a/profile +++ b/profile @@ -1 +1,5 @@ +# vim: set noexpandtab filetype=sh :miv # + export EDITOR=vim + +export LESSCHARSET=utf-8