mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
Compare commits
No commits in common. "560161e18cc494613c302e9efae9dabe7d997691" and "513d743f2f337d88b0ecd877224783a852e8e851" have entirely different histories.
560161e18c
...
513d743f2f
2 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,5 @@
|
||||||
# Import .bashrc for to unfuck login shells
|
# Import .bashrc for to unfuck login shells
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ] && . ~/.bashrc
|
||||||
. ~/.bashrc
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Export GPG_TTY for signing stuff with gpg
|
# Export GPG_TTY for signing stuff with gpg
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
4
.nanorc
4
.nanorc
|
@ -1,5 +1 @@
|
||||||
# Use the old Ctrl+Z keybind to exit
|
|
||||||
bind ^Z suspend main
|
bind ^Z suspend main
|
||||||
|
|
||||||
# Set tabsize
|
|
||||||
set tabsize 3
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue