fish: functions: Add helper to list library dependencies

This commit is contained in:
Sanchayan Maity 2022-11-07 15:54:58 +05:30
parent 3c3a2c5130
commit e958aa027f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function ddl --description 'List dynamic library dependencies'
ldd (which $argv)
end