This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
prezto
Watch
1
Star
0
Fork
You've already forked prezto
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
670
Commits
1
Branch
0
Tags
2.4 MiB
Tree:
638cfb79bd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '638cfb79bd'
${ noResults }
prezto
/
plugins
/
kate
/
kate.plugin.zsh
9 lines
106 B
Raw
Normal View
History
Unescape
Escape
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh Conflicts: .gitignore lib/aliases.zsh lib/completion.zsh lib/functions.zsh lib/git.zsh lib/key-bindings.zsh lib/misc.zsh lib/spectrum.zsh plugins/git/git.plugin.zsh plugins/osx/_man-preview plugins/osx/osx.plugin.zsh plugins/svn/svn.plugin.zsh templates/zshrc.zsh-template themes/lukerandall.zsh-theme themes/philips.zsh-theme tools/upgrade.sh
13 years ago
# Kate
# Start kate always silent
alias
kate
=
'kate >/dev/null 2>&1'
function
kt
(
)
{
cd
$1
kate
$1
}