mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2026-01-04 08:15:40 +00:00
update dotfiles 11.2024
This commit is contained in:
17
fish/config.fish
Normal file
17
fish/config.fish
Normal file
@@ -0,0 +1,17 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
source $HOME/.profile
|
||||
|
||||
# Common programs
|
||||
abbr -a -- vi nvim
|
||||
|
||||
# File exploring
|
||||
abbr -a -- l 'tree -L 1 -a'
|
||||
abbr -a -- ll 'tree -L 2 -a'
|
||||
|
||||
# Git (loaded from completions/git.fish)
|
||||
source $HOME/.config/fish/completions/git.fish
|
||||
|
||||
# thefuck --alias | source
|
||||
Reference in New Issue
Block a user