Bashrc cleanup

This commit is contained in:
Talia 2019-07-02 13:35:59 +02:00
parent 612f98db78
commit d95ca43fb5
2 changed files with 4 additions and 3 deletions

3
bashrc
View File

@ -3,7 +3,6 @@ alias hello='echo "Hello :)"'
alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000' alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000'
alias w='watch -t -d -n 1' alias w='watch -t -d -n 1'
alias freq='watch -t -d -n 1 "cpufreq-info -c 0 -f; cpufreq-info -c 1 -f"' 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 setclip='xclip -selection c'
alias getclip='xclip -selection clipboard -o' alias getclip='xclip -selection clipboard -o'
alias wgetclip='wget `xclip -selection clipboard -o`' alias wgetclip='wget `xclip -selection clipboard -o`'
@ -27,8 +26,6 @@ stty -ixon
# Enable Vi editing mode # Enable Vi editing mode
set -o vi set -o vi
export LESSCHARSET=utf-8
git__prompt () { git__prompt () {
git rev-parse --show-toplevel > /dev/null 2>&1 git rev-parse --show-toplevel > /dev/null 2>&1
if [ $? = 0 ] if [ $? = 0 ]

View File

@ -1 +1,5 @@
# vim: set noexpandtab filetype=sh :miv #
export EDITOR=vim export EDITOR=vim
export LESSCHARSET=utf-8