diff options
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish new file mode 100644 index 0000000..cbf380a --- /dev/null +++ b/fish/config.fish @@ -0,0 +1,14 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +abbr -a -- l la +abbr -a -- m micro +abbr -a -- g git +abbr -a -- a 'git add' +abbr -a -- c 'git commit' +abbr -a -- cl 'git clone' +abbr -a -- p 'git push' +abbr -a -- pl 'git pull' +abbr -a -- st 'git status' +abbr -a -- t 'gio trash' |