Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
More editing aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
dieggsy committed Aug 19, 2021
1 parent b362523 commit 66509af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ alias csi='csi -q'
alias lsblk='lsblk -o NAME,SIZE,MOUNTPOINT'
alias chicken-doc='noglob chicken-doc'
alias startx='startx &>/dev/null'
alias yay=paru
alias nmr='sudo systemctl restart NetworkManager'
alias locate=plocate
alias clear='clear -x'
alias e="emacsclient -n --alternate-editor=''"
alias ec="emacsclient -nc --alternate-editor=''"
alias et="emacsclient -t --alternate-editor=''"

cd_list () {
emulate -L zsh
Expand Down

0 comments on commit 66509af

Please sign in to comment.