Initial commit
This commit is contained in:
commit
4ac9c221ca
3 changed files with 35 additions and 0 deletions
6
private_dot_config/private_fish/config.fish
Normal file
6
private_dot_config/private_fish/config.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
fish_add_path ~/.local/bin
|
||||
abbr -a -- hx helix
|
||||
Loading…
Reference in a new issue