reorganize aliases
This commit is contained in:
parent
78f927ab34
commit
e039f61fd6
8
.aliases/command-specific/fasd
Normal file
8
.aliases/command-specific/fasd
Normal file
@ -0,0 +1,8 @@
|
||||
## fasd
|
||||
alias j='fasd_cd -d'
|
||||
alias jj='fasd_cd -d -i'
|
||||
alias js='fasd_cd -d -i'
|
||||
alias fe='f -e "emacsclient"'
|
||||
alias fet='f -e "emacsclient -t"'
|
||||
alias fec='f -e "emacsclient -c"'
|
||||
alias fecn='f -e "emacsclient -c -n"'
|
@ -16,6 +16,4 @@ piro() { #remove orphans
|
||||
|
||||
compdef apacman=pacman
|
||||
|
||||
alias gup='updateGit.sh'
|
||||
|
||||
alias up='pup'
|
4
.aliases/command-specific/systemctl
Normal file
4
.aliases/command-specific/systemctl
Normal file
@ -0,0 +1,4 @@
|
||||
#-*- mode: sh; -*-
|
||||
alias sy="sudo systemctl"
|
||||
alias sye="sy enable"
|
||||
alias sye="sy disable"
|
@ -4,15 +4,6 @@
|
||||
alias l='ls -1a'
|
||||
alias la='ll -a'
|
||||
|
||||
## fasd
|
||||
alias j='fasd_cd -d'
|
||||
alias jj='fasd_cd -d -i'
|
||||
alias js='fasd_cd -d -i'
|
||||
alias fe='f -e "emacsclient"'
|
||||
alias fet='f -e "emacsclient -t"'
|
||||
alias fec='f -e "emacsclient -c"'
|
||||
alias fecn='f -e "emacsclient -c -n"'
|
||||
|
||||
## Disable Globbing (for some things)
|
||||
alias nmap="noglob nmap"
|
||||
|
2
.zprezto
2
.zprezto
@ -1 +1 @@
|
||||
Subproject commit 1d2c7f30d436805b25272acf28119f4588dde826
|
||||
Subproject commit 516d0a143b8b089ae0e18e21bb2c3ab192066806
|
Loading…
Reference in New Issue
Block a user