reorganize aliases

This commit is contained in:
Adam Goldsmith 2015-05-02 18:49:16 -04:00
parent 78f927ab34
commit e039f61fd6
6 changed files with 13 additions and 12 deletions

View 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"'

View File

@ -16,6 +16,4 @@ piro() { #remove orphans
compdef apacman=pacman
alias gup='updateGit.sh'
alias up='pup'

View File

@ -0,0 +1,4 @@
#-*- mode: sh; -*-
alias sy="sudo systemctl"
alias sye="sy enable"
alias sye="sy disable"

View File

@ -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"

@ -1 +1 @@
Subproject commit 1d2c7f30d436805b25272acf28119f4588dde826
Subproject commit 516d0a143b8b089ae0e18e21bb2c3ab192066806