[MAJOR] Restructured fish config

This commit is contained in:
Afonso Franco 2023-03-17 15:06:26 +00:00
parent 851d5d4dd1
commit e378138132
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
5 changed files with 36 additions and 46 deletions

View file

@ -0,0 +1,8 @@
function vim
nvim $argv
end
function ta
tmux attach
end

View file

@ -0,0 +1,4 @@
function config
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
end

View file

@ -0,0 +1,16 @@
function i
sudo pacman -S $argv
end
function s
sudo pacman -Ss $argv
end
function u
sudo pacman -Syu
end
function r
sudo pacman -Rns $argv
end

View file

@ -0,0 +1,4 @@
bind \cH backward-kill-path-component
bind "[3;5~" kill-word