Modify project config
This commit is contained in:
parent
f76359a615
commit
fadd58c7f4
2 changed files with 18 additions and 18 deletions
|
|
@ -134,6 +134,13 @@ in
|
||||||
git = true;
|
git = true;
|
||||||
shell = false;
|
shell = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "blog";
|
||||||
|
path = homePath "Documents/Projects/personal-blog/content/ai-system";
|
||||||
|
ai = true;
|
||||||
|
git = true;
|
||||||
|
shell = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,24 +20,17 @@ in
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -alF";
|
ll = "ls -alF";
|
||||||
la = "ls -A";
|
|
||||||
l = "ls -CF";
|
|
||||||
".." = "cd ..";
|
|
||||||
"..." = "cd ../..";
|
|
||||||
|
|
||||||
# Git aliases
|
|
||||||
gs = "git status";
|
|
||||||
ga = "git add";
|
|
||||||
gc = "git commit";
|
|
||||||
gp = "git push";
|
|
||||||
gl = "git pull";
|
|
||||||
gd = "git diff";
|
|
||||||
|
|
||||||
# Modern CLI tools
|
|
||||||
ftp = "termscp";
|
|
||||||
|
|
||||||
# Zoxide aliases
|
|
||||||
zi = "z -i"; # Interactive selection with fzf
|
zi = "z -i"; # Interactive selection with fzf
|
||||||
|
preview = "open -a Preview";
|
||||||
|
iina = "open -a IINA";
|
||||||
|
dict = "open -a 'WordWeb Pro'";
|
||||||
|
slide = "open -a SlidePilot";
|
||||||
|
ovito = "open -a Ovito";
|
||||||
|
appcleaner = "open -a AppCleaner";
|
||||||
|
wechat = "open -a WeChat";
|
||||||
|
tmeet = "open -a TencentMeeting";
|
||||||
|
pixel = "open -a 'Pixelmator Pro'";
|
||||||
|
keepass = "open -a KeePassXC";
|
||||||
|
|
||||||
# Nix helpers
|
# Nix helpers
|
||||||
hm = "home-manager";
|
hm = "home-manager";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue