# files
-alias lla="ls -la"
-alias ll="ls -l"
-alias llr="ls -laRh"
+alias ls="ls $LS_OPTIONS"
+alias ll="ls $LS_OPTIONS -l"
+alias l="ls $LS_OPTIONS -la"
+alias lr="ls $LS_OPTIONS -laRh"
# packet manager
alias p="pacman"
alias shtd="shutdown -h now"
alias reboot="sudo reboot"
+# rsync
+alias rsync="rsync -vrP --delete-after"
+
# arango db
alias arangor="sudo /etc/init.d/arangodb start"
alias arangos="sudo /etc/init.d/arangodb stop"
base0E='#3781fa' # - Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F='#8f5536' # - Deprecated, Opening/Closing Embedded Language Tags, e.g. <? php ?>
-set -g status-left-length 32
-set -g status-right-length 150
-set -g status-interval 5
+# set -g status-left-length 32
+# set -g status-right-length 150
+# set -g status-interval 5
# default statusbar colors
-set-option -g status-style fg=$base03,bg=$base00
-
-set-window-option -g window-status-style fg=$base03,bg=$base00
-set-window-option -g window-status-format " [#I] #W "
+# set-option -g status-style fg=$base03,bg=$base00
+#
+# set-window-option -g window-status-style fg=$base03,bg=$base00
+# set-window-option -g window-status-format " [#I] #W "
# active window title colors
-set-window-option -g window-status-current-style fg=$base06,bg=$base0C
-set-window-option -g window-status-current-format " #[bold][#I] #W "
+# set-window-option -g window-status-current-style fg=$base06,bg=$base0C
+# set-window-option -g window-status-current-format " #[bold][#I] #W "
# pane border colors
set-window-option -g pane-active-border-style fg=$base00
set-option -g message-style bg=$base00,fg=$base06
# pane number display
-set-option -g display-panes-active-colour $base0C
-set-option -g display-panes-colour $base03
+# set-option -g display-panes-active-colour $base0C
+# set-option -g display-panes-colour $base03
# clock
-set-window-option -g clock-mode-colour $base0C
-
-set-option -g status-right ''
-
-tm_session_name="#[default,bg=$base00,fg=$base06] #S "
-set -g status-left "$tm_session_name"
+# set-window-option -g clock-mode-colour $base0C
+#
+# set-option -g status-right ''
+#
+# tm_session_name="#[default,bg=$base00,fg=$base06] #S "
+# set -g status-left "$tm_session_name"
######################
# reload config file
-bind r source-file ~/.dotfiles/tmux/tmux.conf.symlink \; display '~/.dotfiles/tmux/tmux.conf.symlink'
+bind r source-file ~/dotfiles/tmux/tmux.conf.symlink \; display '~/dotfiles/tmux/tmux.conf.symlink'
# split window and fix path for tmux 1.9
bind | split-window -h -c "#{pane_current_path}"
#### Color $ Style Settings####
###############################
-source ~/.dotfiles/tmux/theme.sh
+source ~/dotfiles/tmux/theme.sh
+run-shell "powerline-config tmux setup"
+