Blame view

plugins/kate/kate.plugin.zsh 106 Bytes
093a6c34b   mj   Squashed 'repos/r...
1
2
3
4
5
6
7
8
9
  
  # Kate
  # Start kate always silent
  alias kate='kate >/dev/null 2>&1'
  
  function kt () {
    cd $1
    kate $1
  }