add aliases for lazygit
and lazydocker
This commit is contained in:
parent
bed8cb4c5c
commit
bf4821a4b6
1 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,8 @@
|
|||
ff = "fastfetch";
|
||||
neofetch = "fastfetch";
|
||||
nf = "fastfetch";
|
||||
lg = "lazygit";
|
||||
lad = "lazydocker";
|
||||
cat = "bat";
|
||||
|
||||
l = "eza -lhg ${ezaArgs}";
|
||||
|
@ -50,7 +52,8 @@
|
|||
taildrop = "tailscale file";
|
||||
|
||||
forgejo-runner = "act_runner";
|
||||
runactions = "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com";
|
||||
runactions =
|
||||
"act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com";
|
||||
|
||||
c = "clear";
|
||||
# alias sudo to itself so user aliases can be sudoed
|
||||
|
|
Loading…
Reference in a new issue