Compare commits

..

No commits in common. "9297830bcfdc8e404ce58492ef71dc723fd8f68c" and "fcb146929792701bef161216038c2df41d4b82d9" have entirely different histories.

4 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
source /etc/os-release
@ -112,10 +113,6 @@ 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,5 +1,3 @@
vim.cmd([[
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc"
]])
source ~/.vimrc

View File

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