chore: Added a theme change in rofi script. Need to add rofi itself and other stuff still
This commit is contained in:
parent
f0899924f0
commit
0d8809b596
13 changed files with 139 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue