mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-23 19:21:40 +02:00
fish: Remove old abbreviations
This commit is contained in:
parent
f8dc7f64f0
commit
d84966817b
@ -27,9 +27,7 @@
|
|||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gd = "git diff"; # Show all file changes not staged yet
|
gd = "git diff"; # Show all file changes not staged yet
|
||||||
gdi = "git difftool --no-symlinks --dir-diff";
|
|
||||||
gds = "git diff --staged"; # Show changes staged but not committed
|
gds = "git diff --staged"; # Show changes staged but not committed
|
||||||
gdsi = "git difftool --no-symlinks --dir-diff --staged";
|
|
||||||
gi = "git init";
|
gi = "git init";
|
||||||
gl = "git log --oneline --decorate --all --graph -n 10";
|
gl = "git log --oneline --decorate --all --graph -n 10";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
@ -72,8 +70,6 @@
|
|||||||
"recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead
|
"recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead
|
||||||
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8";
|
||||||
|
|
||||||
a = "ansible-playbook";
|
|
||||||
b = "swaybg -m fill -i"; # Change the background
|
|
||||||
c = "clear"; # Because 5 letters is too much
|
c = "clear"; # Because 5 letters is too much
|
||||||
e = "exit";
|
e = "exit";
|
||||||
k = "kitty @ set-colors -c -a ~/.cache/wal/kitty";
|
k = "kitty @ set-colors -c -a ~/.cache/wal/kitty";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user