Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS:Ubuntu:zshconfig #160

Open
xvno opened this issue Aug 23, 2021 · 0 comments
Open

OS:Ubuntu:zshconfig #160

xvno opened this issue Aug 23, 2021 · 0 comments

Comments

@xvno
Copy link
Owner

xvno commented Aug 23, 2021

# Opens
alias of="nautilus"
#alias of="xdg-open"
alias vs="code"

# Commons
alias crc="vi $HOME/.commonrc"

alias ls="ls --color"
alias ll="ls -l"
alias la="ls -a"
alias lla="ls -al"
alias all="ls -al"

alias md="mkdir"
alias rr="rm -rf"

# Alias

alias open="nautilus"
alias cd2="cd ../../"
alias work="cd $HOME/work"
alias cdd="cd $HOME/Downloads"
alias cdt="cd $HOME/Tmp"

# SSH
alias sshconfig="vi ~/.ssh/config"


# Clipboard: xclip
alias xc="xclip -sel clip"
alias xcat="xclip -sel clip -i"
alias pbcopy="xclip -sel clip -i"
alias xv="xclip -sel clip -o"

# ffmpeg
path=$PATH:/opt/ffmpeg/bin

# Git

alias gits="git status"
alias gcm="git commit -m"
alias gcam="git commit -am" 


# IDEA

PATH=$PATH:/usr/lib/idea/bin


# curl

alias cget="curl -X GET"
alias cpost="curl -X POST"
alias cput="curl -X PUT"
alias cupdate="curl -X UPDATE"
alias cdelete="curl -X DELETE"
alias coption="curl -X OPTION"


# Python
alias fs="python -m http.server"
alias fs2="python -m SimpleHTTPServer"



export PATH

# added by Anaconda3 5.3.1 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/home/vno/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
    \eval "$__conda_setup"
else
    if [ -f "/home/vno/anaconda3/etc/profile.d/conda.sh" ]; then
        . "/home/vno/anaconda3/etc/profile.d/conda.sh"
        CONDA_CHANGEPS1=false conda activate base
    else
        \export PATH="/home/vno/anaconda3/bin:$PATH"
    fi
fi
unset __conda_setup
# <<< conda init <<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant