Update 2021
This commit is contained in:
parent
4ee7ae08aa
commit
ee9334708e
2
aliasrc
2
aliasrc
@ -1,5 +1,5 @@
|
|||||||
##pacman-update country
|
##pacman-update country
|
||||||
country=CZ
|
country=CS
|
||||||
|
|
||||||
#
|
#
|
||||||
# # ex - archive extractor
|
# # ex - archive extractor
|
||||||
|
4
zshrc
4
zshrc
@ -28,6 +28,9 @@ bindkey "^[[H" beginning-of-line
|
|||||||
bindkey "^[[F" end-of-line
|
bindkey "^[[F" end-of-line
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
|
export PATH=$PATH:/home/jirka/.local/bin
|
||||||
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
|
||||||
# Load aliases and shortcuts if existent.
|
# Load aliases and shortcuts if existent.
|
||||||
[ -f "$HOME/zsh/aliasrc" ] && source "$HOME/zsh/aliasrc"
|
[ -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-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||||
source $HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.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
|
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"
|
||||||
|
Reference in New Issue
Block a user