aliases: Add e for emacsclient
May branch out later if we go for running multiple daemon at the same timemain
parent
0b6c006e1a
commit
4ba41d5a75
|
@ -46,6 +46,10 @@ foldersize(){
|
||||||
du -sh "$@"
|
du -sh "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e(){
|
||||||
|
emacsclient -a "" $@
|
||||||
|
}
|
||||||
|
|
||||||
# Easy way to create/ connect to a tmux session
|
# Easy way to create/ connect to a tmux session
|
||||||
tmm(){
|
tmm(){
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue