|
| 1 | +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 2 | +# # |
| 3 | +# Copyright (C) 2016-2020 Chuan Ji <chuan@jichu4n.com> # |
| 4 | +# # |
| 5 | +# Licensed under the Apache License, Version 2.0 (the "License"); # |
| 6 | +# you may not use this file except in compliance with the License. # |
| 7 | +# You may obtain a copy of the License at # |
| 8 | +# # |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 # |
| 10 | +# # |
| 11 | +# Unless required by applicable law or agreed to in writing, software # |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, # |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # |
| 14 | +# See the License for the specific language governing permissions and # |
| 15 | +# limitations under the License. # |
| 16 | +# # |
| 17 | +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 18 | + |
1 | 19 | # This is based on the excellent work by Chuan Ji
|
2 | 20 | # https://github.com/jichu4n/fish-command-timer
|
3 | 21 | #
|
|
8 | 26 | #
|
9 | 27 | # My modified version lives in my dotfiles..
|
10 | 28 | # https://github.com/mzrinsky/dotfiles
|
| 29 | +# |
| 30 | +# IANAL, however it is my understanding that because the original function came |
| 31 | +# from an apache liscensed work, this must also carry that liscense, even if |
| 32 | +# modified in some way. |
| 33 | +# |
| 34 | + |
11 | 35 | function fish_cmd_pre --on-event fish_preexec
|
12 | 36 | echo -e "\n "(set_color "$fish_color_gray")"exec started"(set_color "$fish_color_light_gray")" @ "(set_color "$fish_color_gray")(date '+%m/%d/%Y %r')(set_color normal)"\n"
|
13 | 37 | end
|
@@ -45,3 +69,4 @@ function fish_cmd_timer --on-event fish_postexec
|
45 | 69 | echo -e "\n "(set_color "$fish_color_dark_gray")"exec took $time_str"
|
46 | 70 |
|
47 | 71 | end
|
| 72 | + |
0 commit comments