Compare commits

...

2 Commits

Author SHA1 Message Date
b65f69da7e updated alias file 2025-05-11 18:33:13 -05:00
81aa940e05 auto-rename windows turned on 2025-03-18 17:57:42 -05:00
2 changed files with 2 additions and 4 deletions

5
.alias
View File

@ -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

View File

@ -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