Commit Graph

18 Commits

Author SHA1 Message Date
fnuttens
45f5310e51
Add chezmoi aliases (#788) 2024-03-12 10:55:37 -05:00
Darren Schroeder
490cee7997
change the string interpolation in git aliases (#735)
Change the git log string interpolation for git aliases.
2024-01-14 18:05:35 -06:00
Darren Schroeder
42c6efb0a3
tweak some git aliases so they work (#734)
There were some aliases that weren't working correctly, so I tried to
fix them.
2024-01-13 21:58:23 -06:00
Robbie Nohra
c4db8e6dee
fix: missing regex flag (#712)
- `str replace` for git main branch alias is missing regex flag
- also missing removal of leading white space
2023-12-22 08:53:54 -06:00
RGBCube
735831e125
Fix typo in bat aliases (#684) 2023-12-02 15:40:40 -06:00
fnuttens
2f8dee98ae
Add bat aliases (#678)
See https://github.com/sharkdp/bat
2023-11-29 09:11:31 -06:00
fnuttens
93c8ea20d7
Add git aliases (#660)
- gbm: rename branch
- gbmc: rename current branch
- gbsn/gbso: bisect new/old
- gfa: fetch and prune all remote
- glod~glols: pretty logs
- gshs: show commit message
- gsta: create stash
2023-11-09 06:29:41 -06:00
fnuttens
db6396958a
Add git push origin --delete aliases (#659)
The --dry-run option is moved to gpy — I feel like it's not such a
useful command.
2023-11-07 08:38:29 -06:00
fnuttens
c2bb125a67
Fix git hard reset to origin branch alias (groh) (#654)
An extra '$' was preventing the command from working.
2023-10-31 12:09:51 -05:00
fnuttens
11bc9c6d33
Add eza aliases (#591)
eza is an active fork of exa, which is now unmaintained.
See https://github.com/ogham/exa/issues/1243
2023-09-07 08:36:19 -05:00
Emily Grace Seville
f86a060c10
Fix: remaining aliases (#495)
* fix(alias): exa

- reformat

* feat(alias): aws

- fix errors

* fix(aliases): clean-up

- create universal README
- remove redundant files
- rename modules

* fix(aliases): aws

- move to modules/
2023-05-16 08:56:31 -05:00
Emily Grace Seville
b3ae6f4af0
feat(aliases): reformat and use long options (#489)
* feat(aliases): reformat

* fix(aliases): broken aliases

* feat(aliases): use long options

* feat(aliases): inline defs
2023-05-13 08:07:57 -05:00
zsehanovic
967fdabe30
fix git aliases (#485)
* fix git aliases

* Update nu_alias_git.nu

semi-colons are not required

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-05-11 15:22:41 -05:00
Antoine Stevan
1099c9461e
REFACTOR: unify git modules and aliases (#472)
* add aliases from `modules/git/`

* remove `git` aliases from `modules/git/`

* move the `git_` tool commands to the alias file

This is the only place these commands are used.
2023-04-30 07:23:07 -05:00
Mel Massadian
c47ccd42b8
refactor: (#418)
* refactor:  move in one commit

Eveything in modules should probably be changed to `exported` defs.
The idea is to move everything first to keep proper history.

* refactor: 📝 add modules readme (wip)

* refactor:  small move

* refactor: 📝 changed nestring, updated modules readme

* refactor: 📝 to document or not to document

* fix: 🐛 themes

replaced the template to use `main` and regenerated them
from lemnos themes.

* Revert "fix: 🐛 themes"

This reverts commit 4918d3633c.

* refactor:  introduce sourced

- Created a source `root` in which sourcable demos are stored.
  Some might get converted to modules later on.
- Moved some files to bin too.

* fix: 🐛 fehbg.nu

* fix: 🐛 modules/after.nu

* moved some other stuff around

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-04-25 17:56:25 -05:00
fnuttens
5f463775f5
add --all aliases for exa (#446) 2023-04-12 09:24:13 -05:00
fnuttens
d78ee5eaa7
add exa aliases (#440) 2023-04-06 06:55:40 -05:00
TornaxO7
62a3cd13e1
adding git aliases (#337)
* adding git aliases

* adding preparation section to git

* removing not useable aliases

* probably guarantess that gtv works
2023-01-16 08:15:18 -06:00