mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add ssh and key related aliases and reformat all fish files
This commit is contained in:
parent
0ef8fb571a
commit
7a361e5260
10 changed files with 72 additions and 54 deletions
|
|
@ -3,7 +3,10 @@ function import_sources -a uname -d 'Loads any additional fish files needed at i
|
|||
|
||||
switch "$uname"
|
||||
case 'Linux'
|
||||
test -e ~/.asdf/asdf.fish; and source ~/.asdf/asdf.fish
|
||||
test -e ~/.asdf/asdf.fish
|
||||
and source ~/.asdf/asdf.fish
|
||||
and mkdir -p ~/.config/fish/completions
|
||||
and cp ~/.asdf/completions/asdf.fish ~/.config/fish/completions
|
||||
case 'Darwin'
|
||||
command -q brew
|
||||
and test -e (brew --prefix asdf)/asdf.fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue