Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Sekhali
/
Configs
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Gałąź:
master
Gałęzie
Tagi
master
Configs
/
.oh-my-zsh
/
plugins
/
kate
/
kate.plugin.zsh
kate.plugin.zsh
106 B
Bezpośredni odnośnik
Historia
Czysty
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
}