mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-04-29 03:31:41 +01:00
Removed deprecated tool from env config
This commit is contained in:
@@ -62,7 +62,6 @@ if $nu.os-info.name != "windows" {
|
|||||||
}
|
}
|
||||||
$env.PASSWORD_STORE_DIR = $"($env.HOME)/.cache/password-store"
|
$env.PASSWORD_STORE_DIR = $"($env.HOME)/.cache/password-store"
|
||||||
$env.GLAMOUR_STYLE = $"($env.XDG_CONFIG_HOME)/glamour/tokyo_night.json"
|
$env.GLAMOUR_STYLE = $"($env.XDG_CONFIG_HOME)/glamour/tokyo_night.json"
|
||||||
$env.RYE_HOME = $"($env.XDG_CONFIG_HOME)/.rye"
|
|
||||||
# Config for less
|
# Config for less
|
||||||
$env.LESS_TERMCAP_mb = (ansi --escape "01;31m") # begin blinking
|
$env.LESS_TERMCAP_mb = (ansi --escape "01;31m") # begin blinking
|
||||||
$env.LESS_TERMCAP_md = (ansi --escape "01;31m") # begin bold
|
$env.LESS_TERMCAP_md = (ansi --escape "01;31m") # begin bold
|
||||||
|
|||||||
Reference in New Issue
Block a user