From fda0cd3f1b678f3a1a25c20460445a4661f6aadd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2018 03:21:48 -1000 Subject: [PATCH] add more git modules --- .gitmodules | 3 +++ .jcarr | 54 ++++++++++++++++++++++++++++++++++++++++++++ Makefile | 4 ++-- realtime-crypto-data | 1 + 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 .jcarr create mode 160000 realtime-crypto-data diff --git a/.gitmodules b/.gitmodules index 7ccca7d..777e98b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "witcoredns"] path = witcoredns url = git://ping.wit.com/git/witcoredns +[submodule "realtime-crypto-data"] + path = realtime-crypto-data + url = git://ping.wit.com/git/realtime-crypto-data diff --git a/.jcarr b/.jcarr new file mode 100644 index 0000000..3cd2080 --- /dev/null +++ b/.jcarr @@ -0,0 +1,54 @@ +export GIT_AUTHOR_NAME='Jeff Carr' +export GIT_COMMITTER_NAME='Jeff Carr' +export GIT_COMMITTER_EMAIL='jcarr@wit.com' +export GIT_USER=jcarr +export GIT_AUTHOR_EMAIL='jcarr@wit.com' +export LC_EXTRA_USER=jcarr +export LC_USER=jcarr + +# export PS1='\h:\w\$ ' +umask 022 + +unset PAGER +set +o ignoreeof +export LS_OPTIONS='--color=auto' +eval `dircolors` +alias ls='ls $LS_OPTIONS' +alias ll='ls $LS_OPTIONS -lh' +alias lf='ls $LS_OPTIONS -aCF' +alias l='ls $LS_OPTIONS -lA' +# +# Some more alias to avoid making mistakes: +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +alias pa='ps auxwH -L kstart_time' +alias psc='ps xawf -eo pid,user,cgroup,args' +alias reattach='screen -d -A -R jcarr' + +PATH=$PATH:/sbin:/usr/sbin:~/go/bin:/usr/games + +export LANG=C +export LANGUAGE=C +export LC_ALL=C + +# setterm -blength 0 + +if [ $DISPLAY ] ; then + xset b off +fi + +export EDITOR=vim + +stty -echoctl + +unset VIMINIT + +export EDITOR=vim +# export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' + +# if [ -f ~/.jcarr ]; then +# . ~/.jcarr +# fi + diff --git a/Makefile b/Makefile index a99de76..69239e4 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ push: git commit -a git push -submodule: - git submodule add git://ping.wit.com/git/witcoredns witcoredns +# git submodule add git://ping.wit.com/git/witcoredns witcoredns +update: git submodule update --init --recursive # use this allow a new tree on the git server diff --git a/realtime-crypto-data b/realtime-crypto-data new file mode 160000 index 0000000..79509ca --- /dev/null +++ b/realtime-crypto-data @@ -0,0 +1 @@ +Subproject commit 79509cad89284a6752440e3cbbc8a572d1fc24b9