1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

🚀 massive overhaul using zinit & starship

This commit is contained in:
2023-01-19 22:00:11 -05:00
parent 2f51d538a5
commit 5bcbf0afd1
37 changed files with 1317 additions and 4188 deletions

View File

@@ -1,15 +1,15 @@
# Enable built-in syntax highlighting
include "/opt/homebrew/Cellar/nano/*/share/nano/*.nanorc"
# include "/opt/homebrew/Cellar/nano/*/share/nano/*.nanorc"
# Non-default settings
set historylog # Save the last 100 history searches for later use.
# set positionlog # Saves the cursor position between editing sessions.
set zap # Allows you to highlight text (CTRL+SHIFT+ARROW) and delete it with backspace.
set autoindent # A new line will have the same number of leading spaces as the previous one.
# set tabsize 2
# set tabstospaces
set afterends # Ctrl+Right moves to end of word instead of beginning.
set wordchars "_" # Recognize _ as part of a word.
set autoindent # A new line will have the same number of tabs/leading spaces as the previous one.
# set tabsize 2
# set tabstospaces
# Fix option+left/right word skipping
# https://unix.stackexchange.com/a/392309