Add git:send-email
parent
73cbe658b1
commit
8678fed7bd
|
@ -12,10 +12,6 @@ end
|
||||||
|
|
||||||
set -x GPG_TTY (tty)
|
set -x GPG_TTY (tty)
|
||||||
|
|
||||||
set -x EDITOR /usr/bin/hx
|
|
||||||
|
|
||||||
set -x VISUAL /usr/bin/hx
|
|
||||||
|
|
||||||
set -Ua fish_user_paths /home/sudoer777/.config/guix/current/bin/
|
set -Ua fish_user_paths /home/sudoer777/.config/guix/current/bin/
|
||||||
|
|
||||||
set -x GUIX_HOME /home/sudoer777/.guix-home/profile
|
set -x GUIX_HOME /home/sudoer777/.guix-home/profile
|
||||||
|
@ -32,6 +28,11 @@ set -x SSL_CERT_FILE $GUIX_HOME/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
set -x GIT_SSL_CAINFO $SSL_CERT_FILE
|
set -x GIT_SSL_CAINFO $SSL_CERT_FILE
|
||||||
|
|
||||||
|
set -x EDITOR $GUIX_HOME/bin/hx
|
||||||
|
|
||||||
|
set -x VISUAL $GUIX_HOME/bin/hx
|
||||||
|
|
||||||
|
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
|
|
||||||
function home-reconfig
|
function home-reconfig
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
; "waybar" - conflicts with host distro
|
; "waybar" - conflicts with host distro
|
||||||
"pijul"
|
"pijul"
|
||||||
"git"
|
"git"
|
||||||
|
"git:send-email"
|
||||||
"starship"
|
"starship"
|
||||||
; "hyprland" - conflicts with host distro
|
; "hyprland" - conflicts with host distro
|
||||||
; "inkscape" - libcamera broken
|
; "inkscape" - libcamera broken
|
||||||
|
|
Loading…
Reference in New Issue