mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
new alias: s (subl) and m (make)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
20804add97
commit
6fa7ade8a9
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ alias cjm='cactus jump metacactus'
|
|||
alias cjs='cactus jump src'
|
||||
alias cjy='cactus jump yamls'
|
||||
|
||||
alias m='make'
|
||||
alias s='subl'
|
||||
|
||||
function bb_env()
|
||||
{
|
||||
local BASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue