Small fixes.
This commit is contained in:
parent
41cefe2dc1
commit
7ba3fe2bb9
@ -88,6 +88,3 @@ function proj { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1
|
||||
function repo { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w repo $2)"; }
|
||||
function wptheme { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w wptheme $2)"; }
|
||||
|
||||
# Load external aliases
|
||||
source ~/dotfiles/includes/functions.sh
|
||||
|
2
sync.py
2
sync.py
@ -38,7 +38,7 @@ def main():
|
||||
source = os.path.relpath(filename, os.path.dirname(dotfile))
|
||||
|
||||
# Check that we aren't overwriting anything
|
||||
if os.path.exists(dotfile):
|
||||
if os.path.lexists(dotfile):
|
||||
if is_link_to(dotfile, source):
|
||||
continue
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
# https://github.com/janmoesen/tilde/blob/master/.bashrc
|
||||
echo $TERM_PROGRAM
|
||||
alias xxx="ls"
|
||||
|
||||
[ -n "$PS1" ] && source ~/.bash_profile;
|
Loading…
Reference in New Issue
Block a user