refined IRC setup.

This commit is contained in:
Gabe Venberg 2024-03-31 16:23:56 -05:00
parent 57252af57b
commit 015da14be2
6 changed files with 33 additions and 8 deletions

View file

@ -17,12 +17,9 @@ path add ($env.HOME | path join ".nix-profile" "bin")
path add ('/opt')
$env.PATH = ($env.PATH | uniq)
$env.EDITOR = nvim
$env.VISUAL = nvim
$env.PIPENV_VENV_IN_PROJECT = 1
$env.POETRY_VIRTUALENVS_IN_PROJECT = 1
$env.XDG_DATA_HOME = ( $env.HOME | path join ".local" "share" )
$env.PASSWORD_STORE_DIR = ($env.XDG_DATA_HOME | path join "password-store")
$env.NU_LIB_DIRS = [
...