mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add: use nix
This commit is contained in:
parent
1eb6b8eebe
commit
e3662da761
5 changed files with 20 additions and 10 deletions
|
|
@ -63,6 +63,7 @@ abbr xp 'cd ~/.dotfiles/.config/helix && $EDITOR config.toml && prevd'
|
|||
abbr fp 'cd ~/.dotfiles/.config/fish/functions && $EDITOR ../config.fish && prevd'
|
||||
abbr tp '$EDITOR ~/.dotfiles/.tmux.conf'
|
||||
abbr sp '$EDITOR ~/.dotfiles/.config/starship.toml'
|
||||
abbr np '$EDITOR ~/.dotfiles/default.nix'
|
||||
|
||||
## Python
|
||||
abbr vv 'python3 -m venv venv && source venv/bin/activate.fish'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
if status is-interactive
|
||||
|
||||
set -x SHELL 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