mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
Compare commits
No commits in common. "d19f7002f7d1c1b4aaddab781a6185e07cc77262" and "75eb66197efd13624270b07287c6bf02b06fd44f" have entirely different histories.
d19f7002f7
...
75eb66197e
1 changed files with 0 additions and 6 deletions
|
|
@ -170,12 +170,6 @@ swp () {
|
||||||
mv "$1.$tmp_suffix" $2
|
mv "$1.$tmp_suffix" $2
|
||||||
}
|
}
|
||||||
|
|
||||||
# Move all files from a source directory to a target directory
|
|
||||||
mvf () {
|
|
||||||
find "$1" -maxdepth 1 -type f -exec mv {} "$2" \;
|
|
||||||
ll $1
|
|
||||||
}
|
|
||||||
|
|
||||||
# +-----+
|
# +-----+
|
||||||
# | Git |
|
# | Git |
|
||||||
# +-----+
|
# +-----+
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue