Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
33fbbdbb
Unverified
Commit
33fbbdbb
authored
Jul 19, 2023
by
majick
Committed by
Carlo Sala
Jul 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(aliases)!: rename `acs` to `als`
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics.
parent
b3427f0d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
plugins/aliases/README.md
+5
-5
aliases.plugin.zsh
plugins/aliases/aliases.plugin.zsh
+1
-1
No files found.
plugins/aliases/README.md
View file @
33fbbdbb
...
@@ -15,14 +15,14 @@ Requirements: Python needs to be installed.
...
@@ -15,14 +15,14 @@ Requirements: Python needs to be installed.
## Usage
## Usage
-
`a
c
s`
: show all aliases by group
-
`a
l
s`
: show all aliases by group
-
`a
c
s -h/--help`
: print help mesage
-
`a
l
s -h/--help`
: print help mesage
-
`a
c
s <keyword(s)>`
: filter and highlight aliases by
`<keyword>`
-
`a
l
s <keyword(s)>`
: filter and highlight aliases by
`<keyword>`
-
`a
c
s -g <group>/--group <group>`
: show only aliases for group
`<group>`
. Multiple uses of the flag show all groups
-
`a
l
s -g <group>/--group <group>`
: show only aliases for group
`<group>`
. Multiple uses of the flag show all groups
-
`a
c
s --groups`
: show only group names
-
`a
l
s --groups`
: show only group names
!
[
screenshot
](
https://cloud.githubusercontent.com/assets/3602957/11581913/cb54fb8a-9a82-11e5-846b-5a67f67ad9ad.png
)
!
[
screenshot
](
https://cloud.githubusercontent.com/assets/3602957/11581913/cb54fb8a-9a82-11e5-846b-5a67f67ad9ad.png
)
plugins/aliases/aliases.plugin.zsh
View file @
33fbbdbb
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
0
=
"
${${
(M)0
:#/
*
}:-
$PWD
/
$0
}
"
eval
'
eval
'
function a
c
s(){
function a
l
s(){
(( $+commands[python3] )) || {
(( $+commands[python3] )) || {
echo "[error] No python executable detected"
echo "[error] No python executable detected"
return
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment