Compare commits
2 commits
7fc62482ff
...
10ca217da7
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ca217da7 | |||
| a9e77d2b71 |
2 changed files with 5 additions and 12 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
fish_add_path \
|
fish_add_path \
|
||||||
~/.local/bin \
|
~/.local/bin \
|
||||||
~/.cargo/bin \
|
~/.cargo/bin \
|
||||||
~/bin \
|
~/.deno/bin \
|
||||||
/opt/local/sbin \
|
/opt/local/sbin \
|
||||||
/opt/local/bin \
|
/opt/local/bin \
|
||||||
~/.npm-global/bin
|
~/.npm-global/bin \
|
||||||
|
~/.dotnet/tools
|
||||||
|
|
||||||
fish_add_path --append \
|
fish_add_path --append \
|
||||||
~/devtools/buck/bin \
|
~/devtools/buck/bin \
|
||||||
/snap/bin \
|
/snap/bin \
|
||||||
~/go/bin \
|
~/go/bin \
|
||||||
/nix/var/nix/profiles/default/bin \
|
/nix/var/nix/profiles/default/bin \
|
||||||
~/Library/Python/3.10/bin \
|
|
||||||
/opt/awscli/bin
|
/opt/awscli/bin
|
||||||
|
|
||||||
if command -s pyenv > /dev/null
|
if command -s pyenv > /dev/null
|
||||||
|
|
@ -28,12 +28,7 @@ if test -n "$CODER_WORKSPACE_ID$CODER"
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -d /home/linuxbrew/.linuxbrew
|
if test -d /home/linuxbrew/.linuxbrew
|
||||||
set -x HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)"
|
||||||
set -x HOMEBREW_CELLAR "/home/linuxbrew/.linuxbrew/Cellar"
|
|
||||||
set -x HOMEBREW_REPOSITORY "/home/linuxbrew/.linuxbrew/Homebrew"
|
|
||||||
set PATH "/home/linuxbrew/.linuxbrew/bin" "/home/linuxbrew/.linuxbrew/sbin" $PATH
|
|
||||||
set MANPATH "/home/linuxbrew/.linuxbrew/share/man" $MANPATH
|
|
||||||
set INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if [ -n "$INSIDE_EMACS" ]
|
if [ -n "$INSIDE_EMACS" ]
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,6 @@ bind-key a send-prefix
|
||||||
set -g xterm-keys on
|
set -g xterm-keys on
|
||||||
setw -g xterm-keys on
|
setw -g xterm-keys on
|
||||||
|
|
||||||
# Colors?
|
|
||||||
set -g default-terminal "tmux-direct"
|
|
||||||
|
|
||||||
# Activity monitoring
|
# Activity monitoring
|
||||||
#setw -g monitor-activity on
|
#setw -g monitor-activity on
|
||||||
#set -g visual-activity on
|
#set -g visual-activity on
|
||||||
|
|
@ -45,6 +42,7 @@ set -g history-limit 30000
|
||||||
|
|
||||||
# pretty
|
# pretty
|
||||||
set -g default-terminal "tmux-direct"
|
set -g default-terminal "tmux-direct"
|
||||||
|
set -a terminal-features "tmux-direct:RGB"
|
||||||
|
|
||||||
# fish!
|
# fish!
|
||||||
set-option -g default-shell /bin/fish
|
set-option -g default-shell /bin/fish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue