mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
new fish function to change directory in the terminal using vifm for in
a visually helpful way
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function vicd
|
||||
cd (vifm --choose-dir - $argv)
|
||||
end
|
||||
Reference in New Issue
Block a user