Skip to content

Commit

Permalink
Use full paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 19, 2024
1 parent 68ee66f commit 76a4cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dot_config/nushell/config.nu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source ./default_config.nu
source ~/.config/nushell/default_config.nu
$env.config = (
$env.config
Expand All @@ -17,4 +17,4 @@ use theme.nu
overlay use git.nu
overlay use aliases.nu
source ./scripts/prompt.nu
source ~/.config/nushell/scripts/prompt.nu
2 changes: 1 addition & 1 deletion dot_config/nushell/env.nu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source ./default_env.nu
source ~/.config/nushell/default_env.nu
bash -c $"source ($env.HOME)/.profile && env"
| lines
Expand Down

0 comments on commit 76a4cdc

Please sign in to comment.