zsh: extract aliases and abbreviations into
...separate files
This commit is contained in:
parent
0ec273cbb4
commit
b68d48603e
3 changed files with 93 additions and 79 deletions
lib/shared/modules/zsh
14
lib/shared/modules/zsh/aliases.nix
Normal file
14
lib/shared/modules/zsh/aliases.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"-" = "cd -";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
"...." = "cd ../../..";
|
||||
"....." = "cd ../../../..";
|
||||
cat = "bat";
|
||||
run = "./run";
|
||||
s = "secrets";
|
||||
secrets = ''doppler --project "$(whoami)" run'';
|
||||
tag = "tag-release";
|
||||
wt = "git worktree";
|
||||
vss = "LC_ALL=C sort --unique ~/Code/personal/opdavies.nvim/spell/en.utf-8.add --output ~/Code/personal/opdavies.nvim/spell/en.utf-8.add";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue