Skip to content

zerexei/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal config files

GitHub Commits Emoji Guide

  • 🚀 :rocket: - general commits
  • :zap: - wip
  • 🔥 :fire: - hot fix
  • ⚠️ :warning: - not fixed
  • :x: - failed commits
  • :White_check_mark: - success commits
  • ‼️ :bangbang: - extreme
  • 📝 :memo: - TODO/FIXME

TODO: alias gstp='git stash push -m $1' alias gsta='git stash apply stash@{$1}' alias gsts='git stash show -p stash@{$1}'