Skip to content

Commit

Permalink
2022-11-06 01:11:27
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 6, 2022
1 parent fe2c847 commit c140507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Bash
# https://gnu.org/software/bash/
# https://gnu.org/software/bash/manual/bash.html

# Starship
# https://starship.rs
Expand Down Expand Up @@ -27,6 +28,9 @@ eval "$(opam env)"

# Environment variables --------------------------------------------------------

# Bash history size
export HISTSIZE=-1

# Paths
export PATH=~/.local/bin:~/.cargo/bin:$PATH

Expand Down
2 changes: 2 additions & 0 deletions .inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ set mark-symlinked-directories on
set colored-completion-prefix on
set colored-stats on

C-p: history-substring-search-backward
C-n: history-substring-search-forward
C-o: edit-and-execute-command

0 comments on commit c140507

Please sign in to comment.