mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/aliases] reorder xord shortcuts and remove unused 'chmox'
This commit is contained in:
parent
eb40f528e3
commit
f4e2316a1a
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#alias definitions
|
#alias definitions
|
||||||
alias chmox="chmod +x"
|
|
||||||
alias cd..="cd .."
|
alias cd..="cd .."
|
||||||
alias gits="git status"
|
alias gits="git status"
|
||||||
alias subl='subl3'
|
alias subl='subl3'
|
||||||
|
@ -70,8 +69,6 @@ if [ ! -z "$(type sudo 2>/dev/null)" -a "$USER" != 'root' ]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias mon-update="xrandr --auto"
|
|
||||||
|
|
||||||
alias pwedit="sudo vim -p /etc/{passwd,group,shadow,gshadow}"
|
alias pwedit="sudo vim -p /etc/{passwd,group,shadow,gshadow}"
|
||||||
alias cmdlist='find $(echo $PATH | tr ":" "\n") | awk -F / "{print \$NF}" | sort -u'
|
alias cmdlist='find $(echo $PATH | tr ":" "\n") | awk -F / "{print \$NF}" | sort -u'
|
||||||
alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
||||||
|
@ -87,6 +84,7 @@ alias notify='notify-send Terminal "Process has been finished"'
|
||||||
|
|
||||||
# xorg
|
# xorg
|
||||||
alias screen-off-x='xset -display :0.0 dpms force off'
|
alias screen-off-x='xset -display :0.0 dpms force off'
|
||||||
|
alias mon-update="xrandr --auto"
|
||||||
|
|
||||||
# wayland:
|
# wayland:
|
||||||
alias pdfpc="pdfpc --wayland-workaround"
|
alias pdfpc="pdfpc --wayland-workaround"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue