diff options
Diffstat (limited to 'core/env.nix')
| -rw-r--r-- | core/env.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/env.nix b/core/env.nix index f39f087..e67c555 100644 --- a/core/env.nix +++ b/core/env.nix @@ -4,20 +4,6 @@ environment = { localBinInPath = true; - #TODO: migrate to writeShellScriptBin - interactiveShellInit = '' - source "${./bash}/prompt.sh" - - alias lsa="ls -lAsh" - alias c="codium ." - alias p="nix-shell -p" - - mkcd() { - mkdir -p "$1" - cd "$1" - } - ''; - variables = { EDITOR = "${pkgs.vim}/bin/vim"; }; |