diff options
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, 0 insertions, 34 deletions
diff --git a/fish/conf.d/alias.fish b/fish/conf.d/alias.fish deleted file mode 100644 index 9e5607c..0000000 --- a/fish/conf.d/alias.fish +++ /dev/null @@ -1,12 +0,0 @@ -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~ deleted file mode 100644 index 909d112..0000000 --- a/fish/conf.d/alias.fish~ +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index c71efd9..0000000 --- a/fish/conf.d/fish_prompt.fish +++ /dev/null @@ -1,6 +0,0 @@ -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~ deleted file mode 100644 index 864330b..0000000 --- a/fish/conf.d/fish_prompt.fish~ +++ /dev/null @@ -1,8 +0,0 @@ -function fish_prompt - set_color $fish_color_cwd - echo -n (prompt_pwd) - set_color normal - echo -n '𝛔 ' -end - -set fish |
