Compare commits

..

No commits in common. "560161e18cc494613c302e9efae9dabe7d997691" and "513d743f2f337d88b0ecd877224783a852e8e851" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

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

View file

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