about summary refs log tree commit diff
path: root/config/shell
diff options
context:
space:
mode:
Diffstat (limited to 'config/shell')
-rw-r--r--config/shell/alias3
-rw-r--r--config/shell/functions4
-rw-r--r--config/shell/vars4
3 files changed, 10 insertions, 1 deletions
diff --git a/config/shell/alias b/config/shell/alias
index 8c17329..a431fd9 100644
--- a/config/shell/alias
+++ b/config/shell/alias
@@ -8,3 +8,6 @@ alias fzf="fzf --preview 'bat --style=numbers --color=always {}'"
 alias vi="nvim"
 alias vim="nvim"
 alias em="emacs -nw"
+alias et="emacsclient -t"
+alias ec="emacsclient -c"
+alias sbcl="ros run --"
\ No newline at end of file
diff --git a/config/shell/functions b/config/shell/functions
index a300316..0661814 100644
--- a/config/shell/functions
+++ b/config/shell/functions
@@ -14,3 +14,7 @@ function y() {
 	[ "$cwd" != "$PWD" ] && [ -d "$cwd" ] && builtin cd -- "$cwd"
 	rm -f -- "$tmp"
 }
+
+function pcd() {
+  cd "$(project)"
+}
diff --git a/config/shell/vars b/config/shell/vars
index b74f722..03936fe 100644
--- a/config/shell/vars
+++ b/config/shell/vars
@@ -1,5 +1,7 @@
-export EDITOR=nvim
+export EDITOR=kak
 export ZK_NOTEBOOK_DIR=$HOME/Documents/Notes
 export XDG_CONFIG_HOME=$HOME/.config
 export GOPATH=$HOME/.go
 export LIMA_SHELL=/bin/zsh
+export LANGUAGE=en_GB
+export CPATH=/usr/include