add atuin initialization
This commit is contained in:
@@ -2,6 +2,11 @@ if status is-interactive
|
|||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
fish_add_path ~/.local/bin
|
fish_add_path ~/.local/bin
|
||||||
|
|
||||||
|
if command -q atuin
|
||||||
|
atuin init fish | source
|
||||||
|
atuin gen-completions --shell fish | source
|
||||||
|
end
|
||||||
|
|
||||||
# bat
|
# bat
|
||||||
if command -q bat
|
if command -q bat
|
||||||
alias cat="bat -pp"
|
alias cat="bat -pp"
|
||||||
|
|||||||
Reference in New Issue
Block a user