Skip to content

Instantly share code, notes, and snippets.

@nicothin
Last active July 23, 2020 16:02
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nicothin/2a05b0dad3624f05d58292a856ec55ea to your computer and use it in GitHub Desktop.
Save nicothin/2a05b0dad3624f05d58292a856ec55ea to your computer and use it in GitHub Desktop.
alias ls='ls -cvA --block-size=K --group-directories-first -1 --color=always'
alias gl='git log --pretty=format:"%h %C(magenta)%ad | %C(white)%s%d %C(magenta)[%an]" --date=short --graph --max-count=40 $*'
alias gs='git status'
alias ga='git add .'
alias gco='git commit -m $*'
alias push='git push'
alias pull='git pull'
alias pro='cd /mnt/d/projects' # ЗАМЕНИТЕ на путь к вашей директории проектов!
alias i='npm i $*'
alias s='npm start $*'
alias r='npm run $*'
alias subl='subl.exe $*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment