1
0
Fork 0
fishdots/config.fish

11 lines
259 B
Fish
Raw Permalink Normal View History

2024-06-28 12:48:25 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
export GPG_TTY=$(tty)
set fish_greeting
alias v="nvim"
alias in="doas xbps-install -Suu"
bind \en 'ranger .'
bind \eb 'btm'
bind \eg 'lazygit'
end