summaryrefslogtreecommitdiff
path: root/user/zsh/zshrc-dev.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2024-12-27 08:45:34 +0100
committerMartin Fischer <martin@push-f.com>2024-12-27 18:44:37 +0100
commit1b65ba7a838e422c9bf16ddcaf796a996fa51b6b (patch)
treed8ec8d965f955a7f9a5c2b5c98e8a430fb0e8b6f /user/zsh/zshrc-dev.sh
parentedda7ef46bf2ae7fde9511005b4e7d40648c7e24 (diff)
refactor: introduce profiles
Diffstat (limited to 'user/zsh/zshrc-dev.sh')
-rw-r--r--user/zsh/zshrc-dev.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/zsh/zshrc-dev.sh b/user/zsh/zshrc-dev.sh
deleted file mode 100644
index 484007d..0000000
--- a/user/zsh/zshrc-dev.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-# This file is sourced by .zshrc if parts/dev.nix was imported.
-
-## Aliases
-alias code='codium'
-alias tokei='tokei -s code -n commas'
-
-## Environment variables
-export NPM_CONFIG_PREFIX="$HOME/.local/npm"
-
-path+=~/.cargo/bin
-path+=($NPM_CONFIG_PREFIX/bin)