Updates aliases
This commit is contained in:
parent
729fb50ca0
commit
4be61b6f76
21
.bashrc
21
.bashrc
|
@ -1,12 +1,21 @@
|
||||||
#
|
# _ _
|
||||||
|
# | |__ __ _ ___| |__ _ __ ___
|
||||||
|
# | '_ \ / _` / __| '_ \| '__/ __|
|
||||||
|
# _| |_) | (_| \__ \ | | | | | (__
|
||||||
|
# (_)_.__/ \__,_|___/_| |_|_| \___|
|
||||||
|
#
|
||||||
|
# by Stephan Raabe (2023)
|
||||||
|
# -----------------------------------------------------
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
# -----------------------------------------------------
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
# ALIASES
|
# ALIASES
|
||||||
|
# -----------------------------------------------------
|
||||||
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
||||||
|
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
@ -25,7 +34,7 @@ alias r='ranger'
|
||||||
alias t='sudo timeshift --list'
|
alias t='sudo timeshift --list'
|
||||||
alias ts='~/dotfiles/scripts/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
alias matrix='cmatrix'
|
alias matrix='cmatrix'
|
||||||
alias screenshot='scrot'
|
alias screenshot='scrot -d 3 -c -z -u'
|
||||||
alias nf='neofetch'
|
alias nf='neofetch'
|
||||||
|
|
||||||
# GIT
|
# GIT
|
||||||
|
@ -56,11 +65,17 @@ alias confb='vim ~/dotfiles/.bashrc'
|
||||||
# EDIT NOTES
|
# EDIT NOTES
|
||||||
alias notes='vim ~/notes.txt'
|
alias notes='vim ~/notes.txt'
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
# START STARSHIP
|
# START STARSHIP
|
||||||
|
# -----------------------------------------------------
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
# PYWAL
|
# PYWAL
|
||||||
|
# -----------------------------------------------------
|
||||||
cat ~/.cache/wal/sequences
|
cat ~/.cache/wal/sequences
|
||||||
|
|
||||||
|
# -----------------------------------------------------
|
||||||
# NEOFETCH
|
# NEOFETCH
|
||||||
|
# -----------------------------------------------------
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user