Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-08-27 15:08:20 -07:00
commit 381c187dbd
2 changed files with 2 additions and 1 deletions

View file

@ -38,7 +38,6 @@ set.makeprg = 'make -j$(nproc)'
set.ruler = false
set.listchars = 'trail:~,tab:│ ,nbsp:␣,lead:·,extends:…,precedes:…'
set.list = false
set.wrapscan = false
----------------------------------------------
--- Key bindings (needs to be translated?) ---

View file

@ -42,6 +42,8 @@ export ZLE_RPROMPT_INDENT=0
# Move zinit to where it should go
export ZINIT_HOME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/zinit"
# Add cargo to PATH if it exists
[ -f "$HOME/.cargo/bin" ] && export PATH="$HOME/.cargo/bin:$PATH"
# Set documents directory (auto set to the repo the file ~/todo points to is in)
if [ -h ~/todo ] && command -v git > /dev/null; then