diff options
| author | tmu <t.man.atl.2012@gmail.com> | 2023-12-16 13:25:40 -0800 |
|---|---|---|
| committer | tmu <t.man.atl.2012@gmail.com> | 2023-12-16 13:25:40 -0800 |
| commit | e74225a8182ed9910d9cbdaca902d04199495b1a (patch) | |
| tree | 0c1397e1715c4fb2f7027408b31d5aa8121bb3da /fish/conf.d | |
| parent | a04213e2c04a98c204c5e51dcf0219a4286113bf (diff) | |
fish
Diffstat (limited to 'fish/conf.d')
| -rw-r--r-- | fish/conf.d/alias.fish | 12 | ||||
| -rw-r--r-- | fish/conf.d/alias.fish~ | 8 | ||||
| -rw-r--r-- | fish/conf.d/fish_prompt.fish | 6 | ||||
| -rw-r--r-- | fish/conf.d/fish_prompt.fish~ | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/fish/conf.d/alias.fish b/fish/conf.d/alias.fish new file mode 100644 index 0000000..9e5607c --- /dev/null +++ b/fish/conf.d/alias.fish @@ -0,0 +1,12 @@ +alias a "ALTERNATE_EDITOR=emacs emacsclient -nw" +alias e "emacs -nw" +alias ll "ls -al" +alias bctl "bluetoothctl" +alias gs "git status" +alias gl "git log --graph --oneline --all" +alias gch "git checkout" +alias alm "echo -e '\a'" +alias pp "popd" +alias pd "pushd" +alias sp "pushd" # for swapping +alias up "cd .." diff --git a/fish/conf.d/alias.fish~ b/fish/conf.d/alias.fish~ new file mode 100644 index 0000000..909d112 --- /dev/null +++ b/fish/conf.d/alias.fish~ @@ -0,0 +1,8 @@ +alias a "ALTERNATE_EDITOR=emacs emacsclient -nw" +alias e "emacs -nw" +alias ll "ls -al" +alias bctl "bluetoothctl" +alias gs "git status" +alias gl "git log --graph --oneline --all" +alias gch "git checkout" +alias alm "echo -e '\a'" diff --git a/fish/conf.d/fish_prompt.fish b/fish/conf.d/fish_prompt.fish new file mode 100644 index 0000000..c71efd9 --- /dev/null +++ b/fish/conf.d/fish_prompt.fish @@ -0,0 +1,6 @@ +function fish_prompt + set_color $fish_color_cwd + echo -n (prompt_pwd) + set_color normal + echo -n '𝛔 ' +end diff --git a/fish/conf.d/fish_prompt.fish~ b/fish/conf.d/fish_prompt.fish~ new file mode 100644 index 0000000..864330b --- /dev/null +++ b/fish/conf.d/fish_prompt.fish~ @@ -0,0 +1,8 @@ +function fish_prompt + set_color $fish_color_cwd + echo -n (prompt_pwd) + set_color normal + echo -n '𝛔 ' +end + +set fish |
