This website works better with JavaScript.
Explore
Help
Sign In
alpha
/
prezto
Watch
1
Star
0
Fork
You've already forked prezto
0
Code
Issues
Pull Requests
Packages
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.
ba9900a488
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ba9900a488'
${ noResults }
prezto
/
plugins
/
kate
/
kate.plugin.zsh
9 lines
106 B
Raw
Blame
History
# Kate
# Start kate always silent
alias
kate
=
'kate >/dev/null 2>&1'
function
kt
(
)
{
cd
$1
kate
$1
}
Reference in new issue
View Git Blame
Copy Permalink