More misc emacs settings, org roam + way to kill emacs server.
This commit is contained in:
@@ -10,13 +10,14 @@ fi
|
||||
|
||||
# later switch to emacs client when the emacs server is running
|
||||
alias emacs='emacsclient -ct --eval "(load \"~/.emacs\")"'
|
||||
alias killEmacs='systemctl --user disable --now emacs'
|
||||
alias startEmacs='systemctl --user enable --now emacs'
|
||||
alias ls='ls --color=auto'
|
||||
alias diff='diff --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias cp="rsync -r --progress"
|
||||
alias mv="rsync -aP --remove-source-files"
|
||||
|
||||
|
||||
export PATH=/home/local/ASUAD/rhnatysh/ParaView/install/bin:$PATH
|
||||
|
||||
# paraview Python module path vars
|
||||
|
||||
Reference in New Issue
Block a user