update bashrc
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -27,10 +27,7 @@ alias grep='grep --color=auto'
|
||||
alias diff='diff --color'
|
||||
alias ip='ip -c'
|
||||
|
||||
alias home-git="git --git-dir=$HOME/.home-conf.git --work-tree=$HOME"
|
||||
|
||||
# application aliases
|
||||
alias py3='python3'
|
||||
alias ncdu='ncdu --color=dark -t 16'
|
||||
alias hyfetch='hyfetch --ascii-file $HOME/.config/hyfetch-ascii'
|
||||
|
||||
@@ -39,10 +36,16 @@ alias cp='cp -i'
|
||||
alias mv='mv -i'
|
||||
#alias rm='rm -i'
|
||||
|
||||
alias py3='python3'
|
||||
alias hgit="git --git-dir=$HOME/.home-conf.git --work-tree=$HOME"
|
||||
|
||||
source /usr/share/bash-completion/completions/git
|
||||
__git_complete hgit __git_main
|
||||
|
||||
# opt out of dotnet's telenetry
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
# cute lil hyfetch :3
|
||||
if [[ $TERM == "xterm-kitty" ]]; then
|
||||
hyfetch
|
||||
hyfetch
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user