1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

cs config update

This commit is contained in:
DazAh
2020-04-20 15:48:42 +01:00
parent 26b3b0f8dc
commit 6c0814b4f6
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -12,7 +12,6 @@ export ZSH="/home/darren/.oh-my-zsh"
#Dotnet Disable telematry
export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
@@ -81,6 +80,13 @@ source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
#
#Completions (rustup, chezmoi?,)
fpath+=~/.zfunc
#Load insecure dirs (!!)
autoload -Uz compinit && compinit -i
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
@@ -116,10 +122,5 @@ function cheat() {
curl https://cheat.sh/$1
}
#
#Completions (rustup, chezmoi?,)
fpath+=~/.zfunc
#starship rust shell
eval "$(starship init zsh)"