Commit graph

6,070 commits

Author SHA1 Message Date
Ghasem Shirazi
d35d5b4aff fix some errors 2025-02-19 00:40:16 -08:00
Ghasem Shirazi
a0421312ab Revert "py helpers"
This reverts commit b3b7c4914f.
2025-02-19 00:01:50 -08:00
Ghasem Shirazi
b3b7c4914f py helpers 2025-02-18 23:44:59 -08:00
Ghasem Shirazi
42dcf3fb0a py helpers 2025-02-18 23:05:36 -08:00
Ghasem Shirazi
0a193d5ba5 fix sublime alias 2024-07-09 14:04:22 -07:00
Ghasem Shirazi
2aecb363f8 zz 2024-04-17 13:21:38 -07:00
Ghasem Shirazi
67756680f7 zz 2024-04-17 13:13:50 -07:00
Ghasem Shirazi
1b70bde0ae site-functions 2023-10-24 11:57:40 -07:00
Ghasem Shirazi
db608bc351 site-functions 2023-10-24 11:56:53 -07:00
Ghasem Shirazi
62f9f41f75 gcloud completion and path fix 2023-10-24 11:21:26 -07:00
Ghasem Shirazi
85e0b953ed Revert "mychanges"
This reverts commit a50fcdfb02.
2022-12-05 10:16:11 -08:00
Ghasem Shirazi
a50fcdfb02 mychanges 2022-12-05 09:51:00 -08:00
Ghasem Shirazi
6bcd61f44e mychanges 2022-12-05 09:32:19 -08:00
Ghasem Naddaf
1b7d15a80b
add GOPATH 2022-03-24 15:23:21 -07:00
Ghasem Naddaf
d89530505c
Update .zshrc 2021-07-19 13:29:27 -07:00
Ghasem Shirazi
a96f971562 Merge branch 'master' into my_changes 2021-05-17 11:25:08 -07:00
Babak K. Shandiz
d646884add
feat(git): add aliases gcas and gcasm for commit with sign-off (#8881) 2021-05-03 17:35:13 +02:00
Ben Goldberg
4e8ffe88d4
fix(cargo): complete flags for default cargo aliases (#9692)
By default, cargo provides alias for some commonly used functions. This patch
makes it that those alias will complete the same as their full commands.

Default alias:
b -> build
c -> check
t -> test
r -> run

Since cargo allows users to define custom alias it would be nice if
oh-my-zsh automatically detected those and preformed completions as such
but that would be a much more complex patch.
2021-05-03 16:59:45 +02:00
sevendials
f4de8c5b3a
fix(command-not-found): remove invalid argument for PackageKit (#9876)
`pk-command-not-found` doesn't accept `--` as an argument. This is what happens when `--` is the first argument:

```
$  gem
zsh: --: command not found...
```
2021-05-03 16:49:41 +02:00
kalle (jag)
70ab2928a5
feat(plugins): add gh plugin for GitHub CLI (#9557) 2021-05-03 16:35:28 +02:00
Carlo Sala
63a7422d8d
fix(deno): actually load deno completion (#9863) 2021-04-26 11:54:53 +02:00
Eric Rodrigues Pires
0655241fa6
fix(kubectl): use --current flag in kcn alias (#7605) 2021-04-25 19:56:59 +02:00
Piper
6a7285bc5b
chore: fix "Facebook" typo in README.md (#9378) 2021-04-25 19:21:31 +02:00
Carlo Sala
6cc12e031e
feat(plugins): add plugin for deno (#9847)
Co-authored-by: Kapil Pau <kapilpau@hotmail.com>
Co-authored-by: CallMeLaNN <CallMeLaNN@users.noreply.github.com>
2021-04-25 19:14:05 +02:00
Sherwin Heydarbeygi
7ed8888c5b
feat(npm): add aliases for npm search and npm info (#9365) 2021-04-25 19:08:51 +02:00
Petr Rajtslegr
32532c149a
feat(npm): add alias for npm update (#9442) 2021-04-25 19:07:25 +02:00
Mauro Porras
1cc15ca3c2
feat(npm): add alias for npm i -f (#8454)
As documented in the README, `npm i -f` forces npm to install the specified packages from a remote
package registry, even if local copies exist on disk caches.
2021-04-25 19:02:39 +02:00
Ian G Canino
48a3c2f32d
feat(fzf): look in XDG compliant location (#9858) 2021-04-23 20:28:42 +02:00
Wolfgang Ladermann
1916a31153
feat(systemadmin): add IPv6 info to geteip command (#9856) 2021-04-23 16:23:26 +02:00
MrAureliusR
0e5fed193e
feat(ys): add virtualenv prompt info (#8453) 2021-04-23 15:51:31 +02:00
Kirk
b3d1826a43
feat(ys): add setting to hide dirty info in hg repositories (#8415)
On large mercurial projects, using `hg status` to show dirty prompt
causes significant delay.

This commit checks a local hg config value of `oh-my-zsh.hide-dirty` to
skip dirty check.

Users who wish to skip dirty check can add this to their `.hg/hgrc`
file.

```
[oh-my-zsh]
hide-dirty = 1
```

This config value uses the same naming as ones found for git, in file
lib/git.zsh.
2021-04-23 15:22:18 +02:00
Ghasem Shirazi
911c380739 update .zshrc 2021-04-14 15:23:49 -07:00
Ghasem Shirazi
c1a53e8062 rm context 2021-04-14 14:52:18 -07:00
Ghasem Shirazi
63d8b0079f add zsh and kubectl prompts to agnoster prompt 2021-04-14 14:17:52 -07:00
Ghasem Shirazi
4e11082a6f Merge branch 'my_changes' of github.com:ghasemnaddaf/ohmyzsh into my_changes 2021-04-14 14:11:29 -07:00
Ghasem Shirazi
7bafb5e1d4 add zsh and kubectl prompts to agnoster prompt 2021-04-14 14:10:59 -07:00
Ghasem Shirazi
f1e69071c7 update prompt 2021-04-14 13:20:57 -07:00
Ghasem Naddaf
445ece4a9e
Update .zshrc 2021-04-14 13:08:53 -07:00
Ghasem Naddaf
16f81a1ecb
Update install.sh 2021-04-14 13:06:39 -07:00
Ghasem Naddaf
593bd74a12
Update install.sh 2021-04-14 12:37:35 -07:00
Ghasem Naddaf
ca0f59ece0
symlink .zshrc 2021-04-14 12:18:06 -07:00
Ghasem Naddaf
31ca6b1521
Update .zshrc 2021-04-14 12:15:46 -07:00
Ghasem Shirazi
2153e92e78 Merge branch 'my_changes' of github.com:ghasemnaddaf/ohmyzsh into my_changes 2021-04-14 12:12:30 -07:00
Ghasem Shirazi
95ad94405c get rid of commented stuff 2021-04-14 12:12:26 -07:00
Ghasem Naddaf
a8eb3fb3af
Move custom plugins to the end 2021-04-14 12:10:10 -07:00
Ghasem Naddaf
953c5b0da7
install zsh-git-prompt plugin 2021-04-14 12:09:08 -07:00
Ghasem Shirazi
5e94646694 Merge branch 'my_changes' of github.com:ghasemnaddaf/ohmyzsh into my_changes 2021-04-14 11:51:36 -07:00
Ghasem Shirazi
8e6ec2f2c9 updates 2021-04-14 11:51:32 -07:00
Ghasem Naddaf
eeb49d7fe0
Update install.sh 2021-04-14 09:25:53 -07:00
Ghasem Naddaf
5aa92db231
Update .zshrc 2021-04-14 09:23:46 -07:00