[MAJOR] Added a theme change in rofi script. Need to add rofi itself and other stuff still

This commit is contained in:
Afonso Franco 2023-11-01 22:56:14 +00:00
parent b41b0b00d6
commit 95fddf371b
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
14 changed files with 157 additions and 37 deletions

View file

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

View file

@ -1,9 +1,14 @@
function ls
eza --icons -l --sort type $argv
end
function nvim
/usr/bin/nvim --listen /tmp/nvim.pipe $argv
end
function vim
/usr/bin/nvim --listen /tmp/nvim.pipe $argv
end
abbr -a find fd
abbr -a df duf
abbr -a v nvim
abbr -a lg lazygit
function rm
echo "rm is disabled, use trash instead"