split aliases into separate files
This commit is contained in:
parent
95e06cb331
commit
bfeb42accb
6
.aliases/command-specific/emacsclient
Normal file
6
.aliases/command-specific/emacsclient
Normal file
@ -0,0 +1,6 @@
|
||||
## Emacs aliases
|
||||
alias e="emacsclient"
|
||||
alias en="e -n"
|
||||
alias et="e -t"
|
||||
alias ec="e -c"
|
||||
alias ecn="ec -n"
|
2
.aliases/command-specific/git
Normal file
2
.aliases/command-specific/git
Normal file
@ -0,0 +1,2 @@
|
||||
## git
|
||||
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
|
2
.aliases/command-specific/notify-send
Normal file
2
.aliases/command-specific/notify-send
Normal file
@ -0,0 +1,2 @@
|
||||
## notify-send
|
||||
alias N='notify-send "Command finished"'
|
2
.aliases/command-specific/pass
Normal file
2
.aliases/command-specific/pass
Normal file
@ -0,0 +1,2 @@
|
||||
## pass
|
||||
alias pc='pass -c'
|
2
.aliases/command-specific/rdiff-backup
Normal file
2
.aliases/command-specific/rdiff-backup
Normal file
@ -0,0 +1,2 @@
|
||||
## rdiff-backup
|
||||
alias backup="rdiff-backup --exclude-globbing-filelist /home/adam/Documents/backuplist.txt /home/adam/" #target
|
@ -1,2 +1,5 @@
|
||||
## todo.sh
|
||||
alias taz='todo.sh add "(Z)"'
|
||||
alias t='todo.sh'
|
||||
alias hw='t hw'
|
||||
alias hwr="hw rel"
|
||||
|
@ -8,23 +8,7 @@ alias la='ll -a'
|
||||
alias nmap="noglob nmap"
|
||||
|
||||
## Other Aliases
|
||||
alias -g N='notify-send "Command finished"'
|
||||
mcd() { mkdir -p "$1" && cd "$1"; }
|
||||
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
|
||||
alias backup="rdiff-backup --exclude-globbing-filelist /home/adam/Documents/backuplist.txt /home/adam/" #target
|
||||
alias pc='pass -c'
|
||||
|
||||
## TodoTxt
|
||||
alias t='todo.sh'
|
||||
alias hw='t hw'
|
||||
alias hwr="hw rel"
|
||||
|
||||
## Emacs aliases
|
||||
alias e="emacsclient"
|
||||
alias en="e -n"
|
||||
alias et="e -t"
|
||||
alias ec="e -c"
|
||||
alias ecn="ec -n"
|
||||
|
||||
## Weechat on ag
|
||||
alias irc='ssh ag tmux a -t irc'
|
||||
|
Loading…
Reference in New Issue
Block a user