diff options
| author | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 09:29:44 -0700 | 
|---|---|---|
| committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-24 09:29:44 -0700 | 
| commit | d1289f9c2469662f31a7fd0bc23996f367d68790 (patch) | |
| tree | 5f86853568f737bbe54c60acc4bf1fab7879147e /.alias.d/00-general | |
| parent | b52434400c5b72bb7303b695da613703d48ff7be (diff) | |
Remove old alias
Diffstat (limited to '.alias.d/00-general')
| -rw-r--r-- | .alias.d/00-general | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/.alias.d/00-general b/.alias.d/00-general index e6d1b1f..2b13b55 100644 --- a/.alias.d/00-general +++ b/.alias.d/00-general @@ -3,7 +3,6 @@ alias grep='grep --color'  alias ec="$EDITOR"  alias psc='ps xawf -eo pid,user,cgroup,args'  alias gcm='git checkout master && git fetch upstream && git reset --hard upstream/master && git push' -alias cdp='cd $HOME/git/te/puppet/'  alias df='df -h -x none'  alias free='free -m' | 
