Archiving last old version

This commit is contained in:
2018-04-20 00:10:38 +02:00
parent 433cf36e8a
commit 2a4d99d3ac
37 changed files with 1902 additions and 467 deletions

View File

@@ -16,9 +16,11 @@ export TERM="screen-256color"
export SAL_USE_VCLPLUGIN="gtk"
export GOPATH="$HOME/.local/go"
export PATH="$HOME/.local/go/bin:$PATH"
export USE_CCACHE=1
#setting aliases
alias cl="clear"
alias mtgames.nl="gnome-terminal -x ssh server@188.166.73.149 -t tmux a"
alias vim="nvim"
alias tmux="tmux -2"
alias attach="tmux a"
@@ -26,3 +28,9 @@ alias wcp="wc -l **/src/**/*.cpp **/include/**/*.h"
#start tmux
if [ -z "$TMUX" ]; then tmux; exit; fi
export FZF_DEFAULT_OPTS='--height 20%'
export FZF_DEFAULT_COMMAND='ag -g ""'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh