Compare commits

..

No commits in common. "b65f69da7ed71a95d85899e00886ee45bbce563b" and "77bec0e30dcb676cdbe0d9f896ee777c3619f9d3" have entirely different histories.

2 changed files with 4 additions and 2 deletions

5
.alias
View File

@ -61,7 +61,10 @@ elif [ -e "/usr/bin/pacman" ] ; then # Arch Linux
alias Q="$pacman -Q"
fi
## Dotfile Management
## Cygwin
# quickly get to my owncloud dir
alias cdoc="cd /cygdrive/c/Users/Nicholas/ownCloud"
alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
##Convenience

View File

@ -108,4 +108,3 @@ set -g history-limit 50000
set-window-option -g aggressive-resize on
set-option -g automatic-rename on
setw -g automatic-rename on