mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
2 commits
513d743f2f
...
560161e18c
Author | SHA1 | Date | |
---|---|---|---|
560161e18c | |||
6b79c5648c |
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
4
.nanorc
4
.nanorc
|
@ -1 +1,5 @@
|
|||
# Use the old Ctrl+Z keybind to exit
|
||||
bind ^Z suspend main
|
||||
|
||||
# Set tabsize
|
||||
set tabsize 3
|
||||
|
|
Loading…
Add table
Reference in a new issue