Compare commits

...

4 Commits

4 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
source /etc/os-release
@ -113,6 +112,10 @@ source /usr/share/nvm/bash_completion
source /usr/share/nvm/install-nvm-exec
# }}}
# Go {{{
export GOPATH="${XDG_DATA_HOME}/go"
# }}}
# Jupyter {{{
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
# }}}

View File

@ -1,3 +1,5 @@
vim.cmd([[
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
source ~/.vimrc"
]])

View File

@ -1,6 +1,8 @@
# General
set -g prefix C-Space
unbind C-b
set -g prefix C-a
bind-key C-a send-prefix
set -g base-index 1
setw -g monitor-activity on