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 \
|
||||
~/.local/bin \
|
||||
~/.cargo/bin \
|
||||
~/bin \
|
||||
~/.deno/bin \
|
||||
/opt/local/sbin \
|
||||
/opt/local/bin \
|
||||
~/.npm-global/bin
|
||||
~/.npm-global/bin \
|
||||
~/.dotnet/tools
|
||||
|
||||
fish_add_path --append \
|
||||
~/devtools/buck/bin \
|
||||
/snap/bin \
|
||||
~/go/bin \
|
||||
/nix/var/nix/profiles/default/bin \
|
||||
~/Library/Python/3.10/bin \
|
||||
/opt/awscli/bin
|
||||
|
||||
if command -s pyenv > /dev/null
|
||||
|
|
@ -28,12 +28,7 @@ if test -n "$CODER_WORKSPACE_ID$CODER"
|
|||
end
|
||||
|
||||
if test -d /home/linuxbrew/.linuxbrew
|
||||
set -x HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
|
||||
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
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)"
|
||||
end
|
||||
|
||||
if [ -n "$INSIDE_EMACS" ]
|
||||
|
|
|
|||
|
|
@ -27,9 +27,6 @@ bind-key a send-prefix
|
|||
set -g xterm-keys on
|
||||
setw -g xterm-keys on
|
||||
|
||||
# Colors?
|
||||
set -g default-terminal "tmux-direct"
|
||||
|
||||
# Activity monitoring
|
||||
#setw -g monitor-activity on
|
||||
#set -g visual-activity on
|
||||
|
|
@ -45,6 +42,7 @@ set -g history-limit 30000
|
|||
|
||||
# pretty
|
||||
set -g default-terminal "tmux-direct"
|
||||
set -a terminal-features "tmux-direct:RGB"
|
||||
|
||||
# fish!
|
||||
set-option -g default-shell /bin/fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue