diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-22 12:29:46 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-22 12:29:46 -0700 |
commit | 42dc707e819e6258724eec5421dcf1527c609d46 (patch) | |
tree | 66e5bcd61697600d358d5b87baa26088f3e8fd9f /.bashrc | |
parent | c82a870c68cab8ca47291706f5478fe427aa0a41 (diff) |
add history size
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -23,10 +23,8 @@ alias grep="grep --color=auto" alias diff="diff --color=auto" alias ll="ls -lAh --color=auto --group-directories-first" -alias cfgc="/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME" -alias cfgl="/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME" -#alias mlfm="mpv --loop-file=inf --video=no" -#alias mlpm="mpv --loop-playlist=inf --video=no" +#alias cfgc="/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME" +#alias cfgl="/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME" alias v="$EDITOR" alias g=git |