mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: initial commit
This commit is contained in:
commit
dd089fe75c
21 changed files with 983 additions and 0 deletions
6
programs/fish/conf.d/01_basic_env.fish
Normal file
6
programs/fish/conf.d/01_basic_env.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# basic environment variables
|
||||
set -x LANG en_US.UTF-8
|
||||
set -x EDITOR "hx"
|
||||
set -x PAGER "less"
|
||||
set -x LESS "-R"
|
||||
set -x LS_COLORS "$(vivid generate catppuccin-frappe)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue