mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Minor edits
This commit is contained in:
8
.zshrc
8
.zshrc
@@ -130,13 +130,6 @@ fi
|
||||
|
||||
IFS=$SAVEIFS
|
||||
|
||||
# Function for using Emacs as our manpage reader.
|
||||
# Use :q to quit out of Emacs and return to the shell.
|
||||
macsman() {
|
||||
# emacsclient -nw -e "(man \"$1\")"
|
||||
emacsclient -nw -e "(let ((Man-notify-method 'bully)) (man \"$1\"))"
|
||||
}
|
||||
|
||||
# navigation
|
||||
up () {
|
||||
local d=""
|
||||
@@ -163,7 +156,6 @@ alias vim="nvim"
|
||||
alias emacs="emacsclient -c -a 'emacs'" # GUI versions of Emacs
|
||||
alias em="/usr/bin/emacs -nw" # Terminal version of Emacs
|
||||
alias rem="killall emacs || echo 'Emacs server not running'; /usr/bin/emacs --daemon" # Kill Emacs and restart daemon..
|
||||
alias man="macsman" # Use emacs as your manpage reader.
|
||||
|
||||
# Changing "ls" to "eza"
|
||||
alias ls='eza -al --color=always --group-directories-first' # my preferred listing
|
||||
|
||||
Reference in New Issue
Block a user