mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
first commit
This commit is contained in:
33
home/.config/fish/config.fish
Normal file
33
home/.config/fish/config.fish
Normal file
@@ -0,0 +1,33 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
alias conf="z ~/.config"
|
||||
alias nixos="z /etc/nixos"
|
||||
alias store="z /nix/store"
|
||||
alias nswitch="sudo nixos-rebuild switch --flake .#"
|
||||
alias nswitchu="sudo nixos-rebuild switch --flake .# --upgrade"
|
||||
alias ncsu="sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos"
|
||||
alias nsgc="sudo nix-store --gc"
|
||||
alias ncg="sudo nix-collect-garbage -d"
|
||||
|
||||
# if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]
|
||||
# exec Hyprland
|
||||
# end
|
||||
|
||||
set -gx EDITOR hx
|
||||
set -gx VOLUME_STEP 5
|
||||
set -gx BRIGHTNESS_STEP 5
|
||||
|
||||
set fish_vi_force_cursor
|
||||
set fish_cursor_default block
|
||||
set fish_cursor_insert line blink
|
||||
set fish_cursor_visual underscore blink
|
||||
|
||||
set -Ux FZF_DEFAULT_OPTS "\
|
||||
--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 \
|
||||
--color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \
|
||||
--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
|
||||
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
Reference in New Issue
Block a user