mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Cleaned up the plugins.
This commit is contained in:
parent
422307c3ca
commit
90e7debc30
66 changed files with 902 additions and 1774 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Aliases
|
||||
alias kate='kate >/dev/null 2>&1' # Silent start.
|
||||
|
||||
# Kate
|
||||
# Start kate always silent
|
||||
alias kate='kate >/dev/null 2>&1'
|
||||
# Functions
|
||||
function kt() {
|
||||
cd "$1"
|
||||
kate "$1"
|
||||
}
|
||||
|
||||
function kt () {
|
||||
cd $1
|
||||
kate $1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue