From ee9334708ef572ac4eace3b4d2213c7cbb3e0d0f Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 19 Mar 2021 20:08:16 +0100 Subject: [PATCH] Update 2021 --- aliasrc | 2 +- zshrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/aliasrc b/aliasrc index 334d2ea..8d3e883 100644 --- a/aliasrc +++ b/aliasrc @@ -1,5 +1,5 @@ ##pacman-update country -country=CZ +country=CS # # # ex - archive extractor diff --git a/zshrc b/zshrc index 6e96b22..af8573c 100644 --- a/zshrc +++ b/zshrc @@ -28,6 +28,9 @@ bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line bindkey "^[[3~" delete-char +export PATH=$PATH:/home/jirka/.local/bin +export DOTNET_CLI_TELEMETRY_OPTOUT=1 + # Load aliases and shortcuts if existent. [ -f "$HOME/zsh/aliasrc" ] && source "$HOME/zsh/aliasrc" @@ -35,3 +38,4 @@ bindkey "^[[3~" delete-char source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null source $HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null source /usr/share/autojump/autojump.zsh 2>/dev/null +alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"