Browse Source

test

master
TiynGER 1 year ago
committed by GitHub
parent
commit
0234a06934
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .bashrc

+ 1
- 1
.bashrc

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -o vi
##set -o vi
stty -ixon # Disable ctrl-s and ctrl-q. stty -ixon # Disable ctrl-s and ctrl-q.
shopt -s autocd #Allows you to cd into directory merely by typing the directory name. shopt -s autocd #Allows you to cd into directory merely by typing the directory name.
HISTSIZE= HISTFILESIZE= # Infinite history. HISTSIZE= HISTFILESIZE= # Infinite history.

Loading…
Cancel
Save