Bashrc cleanup
This commit is contained in:
parent
612f98db78
commit
d95ca43fb5
2 changed files with 4 additions and 3 deletions
3
bashrc
3
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 ]
|
||||
|
|
4
profile
4
profile
|
@ -1 +1,5 @@
|
|||
# vim: set noexpandtab filetype=sh :miv #
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
export LESSCHARSET=utf-8
|
||||
|
|
Loading…
Reference in a new issue