Compare commits

...

4 Commits

@ -1,6 +1,6 @@
#!/bin/nu
let-env BORG_REPO = '/run/media/trivernis/Backup'
let BACKUP_PATHS = [
$env.BORG_REPO = '/run/media/trivernis/Backup'
let BACKUP_PATHS = ([
~/Documents
~/Videos
~/Pictures/
@ -15,7 +15,7 @@ let BACKUP_PATHS = [
/mnt/Data/Audio/
/mnt/Massdata/
/etc
]
] | path expand )
if (pgrep borg | length) > 0 {
echo "Borg is running"

@ -18,7 +18,7 @@ export extern "cargo" [
--frozen
--locked
--offline
--config: string
# --config: string
-Z: string
]
@ -38,7 +38,7 @@ export extern "cargo build" [
--bin: string
--offline
--bins
--config: string
# --config: string
--example: string
--test: string
--tests

@ -425,5 +425,8 @@ source ~/.config/nushell/starship.nu
# aliases
source ~/.config/nushell/aliases.nu
# zoxide
source ~/.config/nushell/zoxide.nu
# motd
source ~/.config/nushell/motd.nu
source ~/.config/nushell/motd.nu

@ -47,7 +47,7 @@ truncation_symbol = "…/"
# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
[directory.substitutions]
"Documents" = " "
"Documents" = "󱔗 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
@ -86,7 +86,7 @@ style = "bg:93"
format = '[[ $symbol ($version) ](fg:231 bg:93)]($style)'
[golang]
symbol = ""
symbol = ""
style = "bg:93"
format = '[[ $symbol ($version) ](fg:231 bg:93)]($style)'

Loading…
Cancel
Save