mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
emacs aliases
This commit is contained in:
@@ -87,6 +87,9 @@ caffeine >/dev/null 2>&1 &
|
||||
## Ulauncher
|
||||
ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
|
||||
|
||||
# Emacs Server
|
||||
emacs --daemon &
|
||||
|
||||
## THINKPAD-SPECIFIC
|
||||
hash dockd && dockd --daemon &
|
||||
|
||||
|
||||
@@ -67,3 +67,7 @@ alias hist10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
|
||||
# Default xclip to use Ctrl-c/Ctrl-v clipboard
|
||||
alias xclip="xclip -selection c"
|
||||
alias :q="exit"
|
||||
|
||||
# Emacs startup
|
||||
alias emacs="emacsclient -c -n"
|
||||
alias em="emacs"
|
||||
|
||||
@@ -56,7 +56,7 @@ zinit ice depth"1" ##git clone depth
|
||||
zinit light romkatv/powerlevel10k
|
||||
|
||||
zinit ice wait lucid
|
||||
zinit light MichaelAquilina/zsh-you-should-use
|
||||
# zinit light MichaelAquilina/zsh-you-should-use
|
||||
|
||||
zinit ice wait lucid
|
||||
zinit light laggardkernel/zsh-thefuck
|
||||
|
||||
Reference in New Issue
Block a user