mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 02:49:28 +01:00
fish: Add abbreviation for japanese locale
This commit is contained in:
parent
89361ae0af
commit
c050cede4a
@ -107,6 +107,7 @@ if not set -q set_abbr
|
|||||||
abbr du "du --human-readable --summarize"
|
abbr du "du --human-readable --summarize"
|
||||||
abbr jis "recode shift_jis..utf8" # Easily convert shift_jis-encoded files to utf8
|
abbr jis "recode shift_jis..utf8" # Easily convert shift_jis-encoded files to utf8
|
||||||
abbr utf16 "recode utf16..utf8" # Rarely, some files from Japan are utf16 instead
|
abbr utf16 "recode utf16..utf8" # Rarely, some files from Japan are utf16 instead
|
||||||
|
abbr jp "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8"
|
||||||
|
|
||||||
abbr a "ansible-playbook"
|
abbr a "ansible-playbook"
|
||||||
abbr b "feh --bg-fill" # Change the background
|
abbr b "feh --bg-fill" # Change the background
|
||||||
|
Loading…
Reference in New Issue
Block a user