Various dotfiles fixes
This commit is contained in:
@@ -12,6 +12,7 @@ HISTCONTROL=ignoreboth
|
||||
if [[ -n "$BASH_VERSION" ]]; then
|
||||
shopt -s histappend
|
||||
eval "$(starship init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
@@ -66,7 +67,6 @@ alias lt="eza --group-directories-first --icons -T -L1"
|
||||
alias ll="ls -lagh"
|
||||
alias bless="bat --paging=auto"
|
||||
alias rename-pane="~/dotfiles/scripts/rename-pane.sh"
|
||||
alias ranger="~/.local/bin/ranger/ranger.py"
|
||||
alias cat="bat -pf"
|
||||
alias gl="git log"
|
||||
alias gC="git commit"
|
||||
|
||||
Reference in New Issue
Block a user