[LINUX] What I always add to my ~ / .bashrc

There are more, but I always write this for the time being. History is personally super important.

export HISTTIMEFORMAT='%F %T ' 
export HISTSIZE=50000 

export LANG=ja_JP.UTF-8 

alias ggg='cat ~/.bashrc | grep git' 

alias la='ls -la' 
alias lt='ls -lt' 

alias gcd='cd /var/www/html && pwd' 
alias gcommit='git commit -am' 
alias gfetch='git fetch' 
alias gpull='git pull' 
alias gpush='git push -u origin master' 

alias gone='git log --oneline' 
alias glog='git log' 
alias gstat='git status'

set -o vi

I'm sorry I didn't write much. .. I don't think I can get along with emacs people. .. .. .. .. .. .. .. .. .. .. .. .. .. ..

Recommended Posts

What I always add to my ~ / .bashrc
What I was addicted to Python autorun
I tried my best to return to Lasso
What I did to save Python memory
I want to have recursion come to my mind
I read PEP 618 (Add Optional Length-Checking To zip)
I read PEP 584 (Add Union Operators To dict)
I want to make fits from my head
What I did when updating from Python 2.6 to 2.7
I want to add my own structure to the structure created by Python's C extension module!
What I did to ssh to the VPS Ubuntu environment
What I did to get started with Linux commands
What I was addicted to when using Python tornado
I started to analyze
I tried to debug.
I tried to paste
I made my goimports
[Edge2Imori] Epi.2 pix What if you add Gradient Penalty to pix? ??
What I did to speed up the string search task
AtCoder What I did before it turned green, my impressions
What I did to welcome the Python2 EOL with confidence
I published my own Python baseball library to Packaging & PyPI
Ubuntu blew up when I tried to change my username
What I was addicted to when migrating Processing users to Python
I want to announce my graduation thesis on IPython Notebook
I made my own OSS because I wanted to contribute to it
I made a script to say hello at my Koshien