new rofi themes, added paths to fish

This commit is contained in:
Tiago Sousa 2023-10-31 14:24:18 +00:00
parent dfd988911d
commit 3b52e910b6
13 changed files with 211 additions and 625 deletions

View file

@ -1,3 +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
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