Compare commits
2 Commits
77bec0e30d
...
b65f69da7e
Author | SHA1 | Date | |
---|---|---|---|
b65f69da7e | |||
81aa940e05 |
5
.alias
5
.alias
@ -61,10 +61,7 @@ elif [ -e "/usr/bin/pacman" ] ; then # Arch Linux
|
||||
alias Q="$pacman -Q"
|
||||
fi
|
||||
|
||||
## Cygwin
|
||||
# quickly get to my owncloud dir
|
||||
alias cdoc="cd /cygdrive/c/Users/Nicholas/ownCloud"
|
||||
|
||||
## Dotfile Management
|
||||
alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
|
||||
|
||||
##Convenience
|
||||
|
@ -108,3 +108,4 @@ set -g history-limit 50000
|
||||
set-window-option -g aggressive-resize on
|
||||
|
||||
set-option -g automatic-rename on
|
||||
setw -g automatic-rename on
|
||||
|
Loading…
Reference in New Issue
Block a user