mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-21 18:25:46 +01:00
cs config update
This commit is contained in:
@@ -12,7 +12,6 @@ export ZSH="/home/darren/.oh-my-zsh"
|
|||||||
#Dotnet Disable telematry
|
#Dotnet Disable telematry
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# 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,
|
# 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
|
# 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
|
# You may need to manually set your language environment
|
||||||
# export LANG=en_US.UTF-8
|
# 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
|
# Preferred editor for local and remote sessions
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
if [[ -n $SSH_CONNECTION ]]; then
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
@@ -116,10 +122,5 @@ function cheat() {
|
|||||||
curl https://cheat.sh/$1
|
curl https://cheat.sh/$1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
#Completions (rustup, chezmoi?,)
|
|
||||||
fpath+=~/.zfunc
|
|
||||||
|
|
||||||
#starship rust shell
|
#starship rust shell
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@ net_graphproportionalfont "0" // small netgraph font
|
|||||||
echo "Net Settings loaded"
|
echo "Net Settings loaded"
|
||||||
|
|
||||||
// Mouse
|
// Mouse
|
||||||
sensitivity "1"
|
sensitivity "1.1"
|
||||||
zoom_sensitivity_ratio_mouse "1.1"
|
zoom_sensitivity_ratio_mouse "1.1"
|
||||||
m_rawinput "1" // RInput via sourceGL instead
|
m_rawinput "1" // RInput via sourceGL instead
|
||||||
m_pitch "0.022"
|
m_pitch "0.022"
|
||||||
|
|||||||
Reference in New Issue
Block a user