function: duplicates
This commit is contained in:
parent
8a9503b95a
commit
d34af3e194
1 changed files with 4 additions and 0 deletions
|
|
@ -388,3 +388,7 @@ alias e="nvim -c 'lua require(\"telescope.builtin\").fd { cwd = require(\"findro
|
|||
if [[ -e ${XDG_CONFIG_HOME}/broot/launcher/bash/br ]]; then
|
||||
source ${XDG_CONFIG_HOME}/broot/launcher/bash/br
|
||||
fi
|
||||
|
||||
duplicates() {
|
||||
sort | uniq -c | grep -v '^\s*1'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue