dotfiles/dot_config/private_fish/config.fish

13 lines
312 B
Fish
Raw Normal View History

2023-03-01 15:39:02 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
2023-03-01 15:46:58 +00:00
set fish_greeting ""
2023-03-01 15:40:21 +00:00
abbr -a gpt .local/bin/sgpt --no-animation
2023-03-01 15:43:20 +00:00
abbr -a v nvim
abbr -a cfg chezmoi
abbr -a cfge chezmoi edit --apply
2023-03-01 17:23:30 +00:00
abbr -a install paru -Syu --needed
2023-03-01 17:21:07 +00:00
abbr -a remove paru -Rns
2023-03-02 12:07:57 +00:00
abbr -a wifi nmcli device wifi
2023-03-01 15:39:02 +00:00
end
2023-03-01 15:43:20 +00:00