Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
381c187dbd
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,6 @@ set.makeprg = 'make -j$(nproc)'
|
||||||
set.ruler = false
|
set.ruler = false
|
||||||
set.listchars = 'trail:~,tab:│ ,nbsp:␣,lead:·,extends:…,precedes:…'
|
set.listchars = 'trail:~,tab:│ ,nbsp:␣,lead:·,extends:…,precedes:…'
|
||||||
set.list = false
|
set.list = false
|
||||||
set.wrapscan = false
|
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
--- Key bindings (needs to be translated?) ---
|
--- Key bindings (needs to be translated?) ---
|
||||||
|
|
|
@ -42,6 +42,8 @@ export ZLE_RPROMPT_INDENT=0
|
||||||
# Move zinit to where it should go
|
# Move zinit to where it should go
|
||||||
export ZINIT_HOME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/zinit"
|
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)
|
# Set documents directory (auto set to the repo the file ~/todo points to is in)
|
||||||
if [ -h ~/todo ] && command -v git > /dev/null; then
|
if [ -h ~/todo ] && command -v git > /dev/null; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue