add starship promt
This commit is contained in:
parent
5ae7ddea38
commit
23dc5489a1
5 changed files with 166 additions and 26 deletions
|
|
@ -5,32 +5,23 @@
|
|||
#fix obvious typo's
|
||||
alias pdw="pwd"
|
||||
|
||||
#search content with ripgrep
|
||||
alias rg="rg --sort path"
|
||||
|
||||
# move stuff arround
|
||||
# File Managment
|
||||
alias \
|
||||
cp='cp -iv' \
|
||||
mv='mv -iv' \
|
||||
cpr='rsync -za --partial -hh --info=progress2' \
|
||||
mvr='rsync -za --remove-source-files --partial -hh --info=progress2' \
|
||||
sync='rsync -zau --delete --partial -hh --info=progress2' \
|
||||
md='mkdir -pv';
|
||||
|
||||
# delete stuff
|
||||
alias \
|
||||
rm='trash -i' \
|
||||
rmf='rm -rfI'
|
||||
|
||||
# short long and common commands
|
||||
alias \
|
||||
mkexec='chmod +x';
|
||||
|
||||
# Exa for listing
|
||||
alias \
|
||||
rmf='rm -rfI' \
|
||||
md='mkdir -pv' \
|
||||
ls='exa -lh --color=always --icons --git ' \
|
||||
la='exa -alh --color=always --icons --git ' \
|
||||
ld='exa -la --no-permissions --no-filesize --no-time --no-time --no-user'
|
||||
ld='exa -la --no-permissions --no-filesize --no-time --no-time --no-user' \
|
||||
mkexec='chmod +x';
|
||||
|
||||
# Search and Query Files
|
||||
alias grep="rg --sort path --context 3";
|
||||
|
||||
# Pacman
|
||||
alias \
|
||||
|
|
@ -41,10 +32,7 @@ alias \
|
|||
pkglast="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -25 | nl"
|
||||
|
||||
|
||||
alias \
|
||||
reload='exec $SHELL -l' \
|
||||
|
||||
# Query Stuff
|
||||
# Query Stuff
|
||||
alias \
|
||||
ip='ip -human -color -brief addr' \
|
||||
df="duf --hide special --hide-mp '/boot,/boot/*'" \
|
||||
|
|
@ -63,6 +51,10 @@ alias \
|
|||
music-ninten='mpv "$nintendo_url" &>/dev/null &!' \
|
||||
music-ninten-bg='ts lofi -d "mpv --no-video $nintendo_url"'
|
||||
|
||||
# Misc
|
||||
alias \
|
||||
reload='exec $SHELL -l' \
|
||||
|
||||
#--------------------------------------------------------------------#
|
||||
# Global #
|
||||
#--------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue