Compare commits
No commits in common. "b65f69da7ed71a95d85899e00886ee45bbce563b" and "77bec0e30dcb676cdbe0d9f896ee777c3619f9d3" have entirely different histories.
b65f69da7e
...
77bec0e30d
5
.alias
5
.alias
@ -61,7 +61,10 @@ elif [ -e "/usr/bin/pacman" ] ; then # Arch Linux
|
|||||||
alias Q="$pacman -Q"
|
alias Q="$pacman -Q"
|
||||||
fi
|
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"
|
alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
||||||
|
|
||||||
##Convenience
|
##Convenience
|
||||||
|
@ -108,4 +108,3 @@ set -g history-limit 50000
|
|||||||
set-window-option -g aggressive-resize on
|
set-window-option -g aggressive-resize on
|
||||||
|
|
||||||
set-option -g automatic-rename on
|
set-option -g automatic-rename on
|
||||||
setw -g automatic-rename on
|
|
||||||
|
Loading…
Reference in New Issue
Block a user