mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nix): move specific aliases into individual configurations
This commit is contained in:
@@ -5,10 +5,6 @@ let
|
||||
in
|
||||
{
|
||||
shellAliases = mkAliases {
|
||||
# ZSH
|
||||
zshconfig = "vim $HOME/.zshrc";
|
||||
reload = "source $HOME/.zshrc";
|
||||
|
||||
# Folders/Lists
|
||||
"..." = "cd ../..";
|
||||
".." = "cd ..";
|
||||
|
||||
Reference in New Issue
Block a user