git_write_keyword.fish 117 B

1234
  1. function git_write_keyword --description 'Write git in terminal prompt'
  2. commandline -C 0
  3. commandline -i "git "
  4. end