Compare commits

...

2 commits

2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Import .bashrc for to unfuck login shells
if [ -f ~/.bashrc ] && . ~/.bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Export GPG_TTY for signing stuff with gpg
export GPG_TTY=$(tty)

View file

@ -1 +1,5 @@
# Use the old Ctrl+Z keybind to exit
bind ^Z suspend main
# Set tabsize
set tabsize 3