Skip to content

Commit

Permalink
fix(homefiles): add default config.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Jul 24, 2024
1 parent 37238ad commit e395139
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Nushell Config File
5 changes: 4 additions & 1 deletion files/image-pinned-etcs/common/nushell/profile.d/1-paths.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
use std *

path add '/home/linuxbrew/.linuxbrew/bin'
path add '/home/linuxbrew/.linuxbrew/bin'
path add $"($env.HOME)/.local/bin/distrobox-exported/"
path add $"($env.HOME)/.local/share/flatpak/exports/bin/"
path add $"($env.HOME)/go/bin/"

0 comments on commit e395139

Please sign in to comment.