commit eef85de00be0cfb1b3485de8795ca0a44b14aa1a
parent 35d008ab00b8bcdc857fdbc1740314296385902a
Author: Markus Hanetzok <markus@hanetzok.net>
Date: Tue, 25 Mar 2025 17:36:57 +0100
WIP: moving workstations
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc
@@ -1,3 +1,4 @@
+export PATH="$PATH:$HOME/.dotnet/tools"
# Enable colors and change prompt:
autoload -U colors && colors # Load colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
@@ -55,7 +56,6 @@ bindkey -M visual '^[[P' vi-delete
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
# Aliases
-
alias \
p='sudo pacman' \
dcd='sudo docker compose down' \