Introducing atuin and mosh.
This commit is contained in:
parent
3c6eab7ef9
commit
1a4f241593
3 changed files with 241 additions and 1 deletions
|
@ -65,6 +65,10 @@ if [[ -f "${HOME}/.note" ]]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
if [[ $(command -v atuin) ]]; then
|
||||
eval "$(atuin init zsh)"
|
||||
fi
|
||||
|
||||
# local settings
|
||||
if [[ -f "${HOME}/.local/config/zsh" ]]; then
|
||||
source "${HOME}/.local/config/zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue