remade fish config

This commit is contained in:
Tiago Sousa 2023-05-13 19:22:56 +01:00
parent ef3be4c17e
commit 25410d0319
12 changed files with 3144 additions and 26 deletions

View file

@ -0,0 +1,12 @@
# Alias File
alias vim="nvim"
alias ls="exa --icons"
# Package manager aliases
alias pacu="sudo pacman -Syu"
alias paci="sudo pacman -S"
alias pacs="pacman -Ss"
alias yayi="yay -S"
alias yays="yay -Ss"

View file

@ -0,0 +1,3 @@
function config --wraps='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' --description 'Git command to manage dotfiles'
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
end