mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-27 18:59:40 +08:00
7 lines
183 B
Fish
7 lines
183 B
Fish
# Function to rename files and directories (a.txt rename to a.txt.20140608_195859.bak)
|
|
# (c) Roman Inflianskas (rominf) <infroma@gmail.com>, 2014
|
|
|
|
function mvbak
|
|
__bak mv $argv
|
|
end
|