diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:30:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:30:42 +0530 |
| commit | c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825 (patch) | |
| tree | f95883de14f9cfd66084716ff928d1c355a36e87 | |
| parent | 3c386f0ad6a6b538e5042437cab16d8fc4c59860 (diff) | |
| download | nixos-config-c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825.tar.gz nixos-config-c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825.zip | |
Zsh config change
Diffstat (limited to '')
| -rw-r--r-- | config/zsh/aliases.zsh | 1 | ||||
| -rw-r--r-- | config/zsh/paths.zsh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 7fb9112..d9a5ef6 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -4,6 +4,7 @@ for f in $ZSH_CUSTOM_CONF_FILES/aliases/*.zsh; do source $f; done; alias grep="grep --color=auto"; # Application shortcuts +alias emedit="emacsclient -c -n"; alias e="sensible-editor"; alias v="nvim"; alias o='open $(fzf)'; diff --git a/config/zsh/paths.zsh b/config/zsh/paths.zsh index 2efc0ce..ca2d3a0 100644 --- a/config/zsh/paths.zsh +++ b/config/zsh/paths.zsh @@ -10,7 +10,7 @@ export COMMANDS_DIR="$HOME/scripts/commands"; # Lang specific stuff export CARGO_HOME=$XDG_CONFIG_HOME/cargo; export GEM_HOME=$HOME/.gem; -export GOROOT=/usr/lib/go; +#export GOROOT=/usr/lib/go; export GOPATH=$HOME/dev/go; export DENO_INSTALL="$HOME/.config/deno"; |
