Better personalization for LATOKEN.
This commit is contained in:
parent
9ea66cbfba
commit
24f89af433
6 changed files with 40 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ xsrf/cache
|
|||
xsrf/certificates
|
||||
xsrf/cookies.txt
|
||||
rcmain
|
||||
user-dirs.dirs
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[user]
|
||||
name = k1574
|
||||
email = k1574@yandex.ru
|
||||
[include]
|
||||
path = ~/lib/git/personal
|
||||
[includeIf "gitdir:~/dev/latoken/"]
|
||||
path = ~/lib/git/latoken
|
||||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
|
|
|
@ -48,7 +48,7 @@ export_loop \
|
|||
XCOMPOSEFILE '$HOME/lib/xcompose' \
|
||||
ANDROID_NDK_HOME '$HOME/app/android/ndk' \
|
||||
GIT 'https://github.com/$USER' \
|
||||
PATH '$HOME/exe:$PATH' \
|
||||
PATH '$HOME/exe:$HOME/.local/bin:$PATH' \
|
||||
|
||||
test -r $SETENV && . "$SETENV" && setenv profile
|
||||
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
" Syntax.
|
||||
syntax on
|
||||
" Maps.
|
||||
" Folds.
|
||||
noremap <2-LeftMouse> za
|
||||
" Nerd-Tree.
|
||||
nmap \nt :NERDTree . <enter>
|
||||
" Disable highlight.
|
||||
|
|
6
git/latoken
Normal file
6
git/latoken
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
signingkey = 7E9C3DD82859D199
|
||||
email = andrey.parkhomenko@latoken.com
|
||||
name = andrey.parkhomenko
|
||||
[commit]
|
||||
gpgsign = true
|
26
git/personal
Normal file
26
git/personal
Normal file
|
@ -0,0 +1,26 @@
|
|||
[user]
|
||||
name = surdeus
|
||||
email = surdeus@gmail.com
|
||||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
cl = clone
|
||||
clr = clone --recursive
|
||||
st = status
|
||||
ad = add
|
||||
br = branch
|
||||
df = diff
|
||||
sm = submodule
|
||||
rt = remote
|
||||
rs = reset
|
||||
sh = stash
|
||||
ps = push
|
||||
pl = pull
|
||||
fc = fetch
|
||||
lg = log
|
||||
stsh = stash
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
[core]
|
||||
autocrlf = input
|
||||
|
Loading…
Reference in a new issue