Skip to content

Commit

Permalink
chore: 💡 update zsh defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 27, 2024
1 parent ad9c1c9 commit 982a05a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ OX_OXIDE[bkgi]=${OX_BACKUP}/git/.gitignore
alias ..="cd .."
alias ...="cd ../.."
alias ~="cd ~"
alias z="cd -"
alias zz="cd -"
alias cat="bat"
alias ls="lsd"
alias ll="ls -l"
Expand All @@ -169,6 +169,7 @@ alias du="dust"
alias e="echo"
alias rr="rm -rf"
alias c="clear"
# shellcheck disable=SC2139
alias own="sudo chown -R $(whoami)"

# tools
Expand Down Expand Up @@ -216,6 +217,7 @@ case ${SHELL} in
*bash)
# turn case sensitivity off
if [ ! -e "${HOME}"/.inputrc ]; then
# shellcheck disable=SC2016
echo '$include /etc/inputrc' >"${HOME}"/.inputrc
fi
echo 'set completion-ignore-case On' >>"${HOME}"/.inputrc
Expand Down

0 comments on commit 982a05a

Please sign in to comment.