Oops
This commit is contained in:
parent
be89debce8
commit
53e1bd2f10
@ -1,6 +1,10 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
# Required init for cli programs
|
||||||
|
# Do not install completions unless no working, check /usr/share/bash-completion
|
||||||
|
eval "$(zoxide init bash)"
|
||||||
|
|
||||||
# Set aliases
|
# Set aliases
|
||||||
alias ls="exa --icons --long"
|
alias ls="exa --icons --long"
|
||||||
alias grep="ugrep"
|
alias grep="ugrep"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user