commented out btsync, testing syncthing
This commit is contained in:
@@ -18,7 +18,7 @@ fi
|
|||||||
#source /etc/profile.d/bash-completion.sh
|
#source /etc/profile.d/bash-completion.sh
|
||||||
source ~/todo.txt-cli/todo_completion
|
source ~/todo.txt-cli/todo_completion
|
||||||
alias emacs='emacs -nw'
|
alias emacs='emacs -nw'
|
||||||
alias t='$HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg'
|
alias t='clear && $HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg'
|
||||||
alias nano='nano -w'
|
alias nano='nano -w'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
@@ -29,18 +29,17 @@ PATH="/home/ewpt3ch/bin:${PATH}:./:"
|
|||||||
export VMWARE_USE_SHIPPED_GTK="yes"
|
export VMWARE_USE_SHIPPED_GTK="yes"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
|
export LIBVA_DRIVER_NAME=vdpau
|
||||||
#create cache-dir for chrome
|
#create cache-dir for chrome
|
||||||
mkdir -p /tmp/ewpt3ch-cache
|
mkdir -p /tmp/ewpt3ch-cache
|
||||||
keychain -q ~/.ssh/id_ecdsa ~/.ssh/id_rsa
|
eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ecdsa ~/.ssh/id_rsa)
|
||||||
. ~/.keychain/$HOSTNAME-sh
|
|
||||||
. ~/.keychain/$HOSTNAME-sh-gpg
|
|
||||||
#Check if dropbox is running
|
#Check if dropbox is running
|
||||||
if dropbox.py running ; then
|
if dropbox.py running ; then
|
||||||
#start dropbox
|
#start dropbox
|
||||||
~/bin/dropbox.py start
|
~/bin/dropbox.py start
|
||||||
fi
|
fi
|
||||||
#check if btsync running and start
|
#check if btsync running and start
|
||||||
if ! ps -A | grep -q btsync ; then
|
#if ! ps -A | grep -q btsync ; then
|
||||||
#start btsync
|
#start btsync
|
||||||
btsync --config ~/.config/btsync/btsync.conf
|
# btsync --config ~/.config/btsync/btsync.conf
|
||||||
fi
|
#fi
|
||||||
|
|||||||
Reference in New Issue
Block a user