Rclone ignore

This commit is contained in:
Fergal Moran
2017-05-03 15:43:32 +01:00
parent 5972fae1c3
commit e49511b681
2 changed files with 6 additions and 4 deletions

2
rclone_ignore Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
.sync/

View File

@@ -89,10 +89,10 @@ set -g pane-active-border-fg colour51
# Enable mouse control (clickable windows, panes, resizable panes) # Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on set -g mouse on
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set-window-option -g mode-mouse on # set-window-option -g mode-mouse on
set-option -g mode-mouse on # set-option -g mode-mouse on
set-option -g mouse-select-pane on # set-option -g mouse-select-pane on
set-option -g mouse-resize-pane on # set-option -g mouse-resize-pane on
# } # }