mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 21:51:42 +00:00
Cleaned up the plugins.
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user