Compare commits

..

No commits in common. "10ca217da7649f89c204917c9e227bd755f0e59a" and "7fc62482ff43f55c4ecaeaea5871b3f46f3f501d" have entirely different histories.

2 changed files with 12 additions and 5 deletions

View file

@ -1,17 +1,17 @@
fish_add_path \
~/.local/bin \
~/.cargo/bin \
~/.deno/bin \
~/bin \
/opt/local/sbin \
/opt/local/bin \
~/.npm-global/bin \
~/.dotnet/tools
~/.npm-global/bin
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,7 +28,12 @@ if test -n "$CODER_WORKSPACE_ID$CODER"
end
if test -d /home/linuxbrew/.linuxbrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)"
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
end
if [ -n "$INSIDE_EMACS" ]

View file

@ -27,6 +27,9 @@ 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
@ -42,7 +45,6 @@ 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