update config file

This commit is contained in:
lostecho
2023-04-19 00:03:55 +08:00
parent 487cf457e7
commit bba3272093
2 changed files with 32 additions and 5 deletions

View File

@@ -83,13 +83,13 @@ source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
export PATH="/home/lostecho/.local/bin:$PATH"
export PATH="/home/lostecho/.local/bin:/home/lostecho/.cargo/bin:$PATH"
# You may need to manually set your language environment
export LANG=en_US.UTF-8
export EDITOR=vim
# export all_proxy=http://192.168.31.40:7890
# export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
#export all_proxy=http://192.168.31.40:7890
#export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
@@ -124,6 +124,22 @@ alias szsh="source ~/.zshrc" # source the zshrc file
# quick command
alias pdf="zathura"
# remotedesktop
alias nuc="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:NUC /f"
#alias nuc="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:192.168.31.139 /f"
# pacman command
#alias pins="sudo pacman -S"
#alias psea="sudo pacman -Ss"
#alias puni="sudo pacman -Rsn"
alias yins="yay -S"
alias ysea="yay -Ss"
alias yuni="yay -Rsn"
alias pins="paru -S"
alias psea="paru -Ss"
alias puni="paru -Rsn"
alias psyuu="paru -Syuu"
# install software
alias installaur="sudo pacman -S yay paru"
alias installinput="sudo pacman -S wqy-microhei fcitx5-im fcitx5-chinese-addons fcitx5-material-color && yay -S fcitx5-input-support"