Skip to content

Commit

Permalink
Try avoiding TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Oct 27, 2024
1 parent fdc890e commit 9d3d6f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion home/dot_config/nushell/scripts/aliases.nu.tmpl

This file was deleted.

1 change: 1 addition & 0 deletions home/dot_config/nushell/scripts/make-aliases.nu.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ output "pkgx" "+nushell.sh" "nu" "-c" "~/.local/bin/als init zsh | lines | skip 2 | parse 'alias {name}=\"{value}\"' | each {|alias| echo $\"export alias ($alias.name) = ($alias.value)\" } | save -f ~/.config/nushell/scripts/aliases.nu" }}

0 comments on commit 9d3d6f9

Please sign in to comment.