✨ Installed ripdrag
This commit is contained in:
parent
548d2b57a3
commit
89835a065f
2 changed files with 2 additions and 1 deletions
1
aliases
1
aliases
|
|
@ -2,6 +2,7 @@
|
||||||
alias .="cd && ls"
|
alias .="cd && ls"
|
||||||
alias more="less"
|
alias more="less"
|
||||||
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
|
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
|
||||||
|
alias rdrag="ripdrag"
|
||||||
alias lf="ranger"
|
alias lf="ranger"
|
||||||
alias ogrep='grep --colour=auto'
|
alias ogrep='grep --colour=auto'
|
||||||
alias egrep='egrep --colour=auto'
|
alias egrep='egrep --colour=auto'
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@ export PS1='\[\033[01;34m\][\u@\h\[\033[01;37m\] \W\[\033[01;34m\]]\$\033[01;34m
|
||||||
|
|
||||||
# Configure thefuck
|
# Configure thefuck
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers"
|
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers:/home/brian/.cargo/bin"
|
||||||
export GREP_COLORS='ms=01;34'
|
export GREP_COLORS='ms=01;34'
|
||||||
|
|
||||||
# icons-in-terminal
|
# icons-in-terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue