Added a git backup command and stored the default terminal app inside an environment variable
This commit is contained in:
parent
1c5a838e63
commit
b29b841391
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
|
@ -78,6 +78,7 @@ setopt correct # 'Did you mean'
|
|||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/.local/share/Xilinx/Vivado/2024.2/bin
|
||||
export EDITOR=helix
|
||||
export TERMINAL=foot
|
||||
|
||||
export DIRENV_LOG_FORMAT=" "
|
||||
|
||||
|
|
@ -94,6 +95,7 @@ alias rqr='rust-quick-run.sh'
|
|||
alias vm='quickemu --vm *.conf'
|
||||
alias paclist="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
|
||||
alias devinit="devbox init && echo 'use devbox' > .envrc && direnv allow"
|
||||
alias gbk="git add -A && git commit -m 'Backup'"
|
||||
|
||||
# Power management
|
||||
alias pprof='cat /sys/firmware/acpi/platform_profile' # Get current performance profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue