mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nix): fonts
This commit is contained in:
parent
db8b046f4e
commit
205a64ed2a
3 changed files with 19 additions and 12 deletions
|
|
@ -67,6 +67,7 @@ abbr sp '$EDITOR ~/.dotfiles/.config/starship.toml'
|
|||
# Home-manager
|
||||
abbr np '$EDITOR ~/.dotfiles/.config/home-manager/home.nix'
|
||||
abbr hs 'home-manager switch'
|
||||
alias nix-shell 'nix-shell --run fish'
|
||||
|
||||
## Python
|
||||
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
if status is-interactive
|
||||
|
||||
set -x SHELL (which fish)
|
||||
set -x EDITOR nvim # Default editor
|
||||
set -x GPG_TTY (tty) # Set TTY for GPG
|
||||
set -x fzf_preview_file_cmd 'delta' # fzf preview theme (bat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue