ฉันรัน Ubuntu 12.04 และด้วยเหตุผลบางอย่างทุบตีไม่เก็บประวัติคำสั่งของฉัน ~/.bash_history
ไฟล์มีเพียง 3 คำสั่งที่ผมพิมพ์ไม่กี่เดือนที่ผ่านมา
ฉันจะแก้ไขสิ่งนี้ได้อย่างไร
แก้ไข:
นี่คือเนื้อหาที่เกี่ยวข้องของฉัน.bashrc
:
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
/bin/bash
~/.bash_history
.bashrc
ตรวจสอบการตั้งค่าประวัติทุบตีคุณใน