chore: push changes

This commit is contained in:
Tine Jozelj 2022-05-10 20:32:18 +02:00
parent 65a85ed991
commit 9daa607b9e
4 changed files with 12 additions and 4 deletions

View file

@ -1 +0,0 @@
/home/tine/Projects/workspace/bin

View file

@ -1,5 +1,12 @@
bind c new-window -c "#{pane_current_path}"
# Needed for NVIM
set-option -sg escape-time 10
# History
set-option -g history-limit 50000
# Vim mode
set -g status-keys vi
setw -g mode-keys vi

View file

@ -137,11 +137,9 @@ set splitright
set splitbelow
set autoindent
set tabstop=4
set tabstop=2
set shiftwidth=2
set softtabstop=0
set expandtab
set smarttab
set noswapfile
set nobackup

View file

@ -41,6 +41,10 @@ bindkey -v
bindkey -M vicmd "?" history-incremental-search-backward
bindkey -M vicmd "/" history-incremental-search-forward
# Aliases
alias gicm="git checkout main && git pull"
alias gic="git checkout"
# PATH
export PATH=$PATH:$HOME/.bin:$HOME/go/bin