mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: remove Rancher Desktop
This commit is contained in:
@@ -39,9 +39,6 @@ set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
|
|||||||
# Rust
|
# Rust
|
||||||
set --export PATH "$HOME/.cargo/bin:$PATH"
|
set --export PATH "$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# Rancher
|
|
||||||
set --export --prepend PATH "$HOME/.rd/bin"
|
|
||||||
|
|
||||||
# TMUX
|
# TMUX
|
||||||
if set -q TMUX
|
if set -q TMUX
|
||||||
set --export NVIM_LISTEN_ADDRESS (tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)
|
set --export NVIM_LISTEN_ADDRESS (tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)
|
||||||
|
|||||||
Submodule private/bin updated: 401ad222ea...549d49ebe8
@@ -37,9 +37,6 @@ export FZF_TMUX_OPTS="-p"
|
|||||||
export FZF_ALT_C_COMMAND="fd --type d $FD_OPTIONS --color=never --hidden"
|
export FZF_ALT_C_COMMAND="fd --type d $FD_OPTIONS --color=never --hidden"
|
||||||
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -50'"
|
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -50'"
|
||||||
|
|
||||||
# Rancher
|
|
||||||
export PATH="$HOME/.rd/bin:$PATH"
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
@@ -468,3 +465,7 @@ alias c="clear"
|
|||||||
# Empty the Trash on all mounted volumes and the main HDD
|
# Empty the Trash on all mounted volumes and the main HDD
|
||||||
# Also, clear Apple’s System Logs to improve shell startup speed
|
# Also, clear Apple’s System Logs to improve shell startup speed
|
||||||
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
||||||
|
|
||||||
|
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
|
||||||
|
export PATH="/Users/stefan.imhoff/.rd/bin:$PATH"
|
||||||
|
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
|
||||||
|
|||||||
Reference in New Issue
Block a user