mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Reformat all fish files
This commit is contained in:
parent
2f5438dc21
commit
0a0a2decef
11 changed files with 112 additions and 102 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function back -d 'A shortcut for backgrounding a command using nohup and named log file'
|
||||
set log_name (string join _ $argv)
|
||||
set log_name (string join _ $argv)
|
||||
|
||||
echo "log file: $log_name.out"
|
||||
nohup $argv > "$log_name.out" &
|
||||
echo "log file: $log_name.out"
|
||||
nohup $argv > "$log_name.out" &
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue