This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
logicp
/
logicp_zsh
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6b0dab6939
Rami (Branch)
Tag
master
logicp_zsh
/
plugins
/
kate
/
kate.plugin.zsh
kate.plugin.zsh
106 B
Cronologia
Originale
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
}