mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add fish, tmux, vim, and git dotfiles; clean up
This commit is contained in:
commit
e57d8318d9
47 changed files with 2125 additions and 0 deletions
6
.config/fish/config.fish
Normal file
6
.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set -x PATH $PATH $GOBIN $HOME/.pub-cache/bin $HOME/Documents/bash_scripts $HOME/Library/Python/2.7/bin $HOME/.n/bin $HOME/Documents/flutter/bin $HOME/.cargo/bin
|
||||
|
||||
set -g fish_escape_delay_ms 10
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if test -f '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; source '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; end
|
||||
Loading…
Add table
Add a link
Reference in a new issue