mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(bash): run ll after a call to mvf
This commit is contained in:
parent
52da9268ad
commit
80ec96e9bb
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ swp () {
|
||||||
# Move all files from a source directory to a target directory
|
# Move all files from a source directory to a target directory
|
||||||
mvf () {
|
mvf () {
|
||||||
find "$1" -maxdepth 1 -type f -exec mv {} "$2" \;
|
find "$1" -maxdepth 1 -type f -exec mv {} "$2" \;
|
||||||
|
ll $1
|
||||||
}
|
}
|
||||||
|
|
||||||
# +-----+
|
# +-----+
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue