update
This commit is contained in:
parent
13cf1104cb
commit
27b3ef977c
9
.bashrc
9
.bashrc
|
|
@ -128,3 +128,12 @@ if ! shopt -oq posix; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Junit setup
|
||||||
|
export JUNIT_HOME=/home/andrei/.junit
|
||||||
|
export CLASSPATH=$JUNIT_HOME/junit4.12.jar:$JUNIT_HOME/hamcrest-core-1.3.jar
|
||||||
|
|
||||||
|
# editor setup
|
||||||
|
export VISUAL=vim
|
||||||
|
export EDITOR="$VISUAL"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,6 @@
|
||||||
lol = log --decorate --pretty=oneline --abbrev-commit
|
lol = log --decorate --pretty=oneline --abbrev-commit
|
||||||
lg = log --pretty=format:'%C(auto) %h,%C(green) \"%s\"%Creset, %aN,%C(blue) %cD'
|
lg = log --pretty=format:'%C(auto) %h,%C(green) \"%s\"%Creset, %aN,%C(blue) %cD'
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
autocrlf = input
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,7 @@ set-window-option -g mode-keys vi
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
set -g status-right '♥#(acpi | cut -d ',' -f 2) | %H:%m %d-%b-%y '
|
set -g status-right '♥#(acpi | cut -d ',' -f 2) | %H:%m %d-%b-%y '
|
||||||
|
|
||||||
|
# default shell
|
||||||
|
set -g default-terminal "screen-256color" /bin/bash
|
||||||
|
#set-option -g default-shell /bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue